OLD | NEW |
1 { | 1 { |
2 "name": "paper-material", | 2 "name": "paper-material", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "description": "A material design container that looks like a lifted sheet of
paper", | 4 "description": "A material design container that looks like a lifted sheet of
paper", |
5 "private": true, | 5 "private": true, |
6 "authors": [ | 6 "authors": [ |
7 "The Polymer Authors" | 7 "The Polymer Authors" |
8 ], | 8 ], |
9 "keywords": [ | 9 "keywords": [ |
10 "web-components", | 10 "web-components", |
(...skipping 16 matching lines...) Expand all Loading... |
27 "paper-styles": "polymerelements/paper-styles#^1.0.0", | 27 "paper-styles": "polymerelements/paper-styles#^1.0.0", |
28 "polymer": "Polymer/polymer#^1.0.0" | 28 "polymer": "Polymer/polymer#^1.0.0" |
29 }, | 29 }, |
30 "devDependencies": { | 30 "devDependencies": { |
31 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 31 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
32 "test-fixture": "polymerelements/test-fixture#^1.0.0", | 32 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
33 "web-component-tester": "*", | 33 "web-component-tester": "*", |
34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
35 } | 35 } |
36 } | 36 } |
OLD | NEW |