Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: polymer_1.0.4/bower_components/marked-element/bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "marked-element",
3 "version": "1.0.2",
4 "description": "Element wrapper for the marked library",
5 "private": true,
6 "authors": [
7 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
8 ],
9 "keywords": [
10 "web-components",
11 "polymer",
12 "marked",
13 "markdown",
14 "container",
15 "wrapper"
16 ],
17 "dependencies": {
18 "marked": "~0.3.3",
19 "polymer": "Polymer/polymer#^1.0.0"
20 },
21 "license": "https://polymer.github.io/LICENSE.txt",
22 "main": "marked-element.html",
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/PolymerElements/marked-element.git"
26 },
27 "devDependencies": {
28 "paper-styles": "PolymerElements/paper-styles#^1.0.4",
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
30 "test-fixture": "polymerelements/test-fixture#^1.0.0",
31 "web-component-tester": "*",
32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
33 }
34 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/marked-element/README.md ('k') | polymer_1.0.4/bower_components/marked-element/demo/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698