OLD | NEW |
1 { | 1 { |
2 "name": "paper-progress", | 2 "name": "paper-progress", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "license": "http://polymer.github.io/LICENSE.txt", | 4 "license": "http://polymer.github.io/LICENSE.txt", |
5 "description": "A material design progress bar", | 5 "description": "A material design progress bar", |
6 "authors": "The Polymer Authors", | 6 "authors": "The Polymer Authors", |
7 "keywords": [ | 7 "keywords": [ |
8 "web-components", | 8 "web-components", |
9 "polymer", | 9 "polymer", |
10 "progress" | 10 "progress" |
(...skipping 11 matching lines...) Expand all Loading... |
22 "paper-styles": "PolymerElements/paper-styles#^1.0.0" | 22 "paper-styles": "PolymerElements/paper-styles#^1.0.0" |
23 }, | 23 }, |
24 "devDependencies": { | 24 "devDependencies": { |
25 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 25 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
27 "paper-button": "PolymerElements/paper-button#^1.0.0", | 27 "paper-button": "PolymerElements/paper-button#^1.0.0", |
28 "web-component-tester": "*", | 28 "web-component-tester": "*", |
29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
30 } | 30 } |
31 } | 31 } |
OLD | NEW |