OLD | NEW |
1 { | 1 { |
2 "name": "iron-ajax", | 2 "name": "iron-ajax", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "description": "Makes it easy to make ajax calls and parse the response", | 4 "description": "Makes it easy to make ajax calls and parse the response", |
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 18 matching lines...) Expand all Loading... |
29 "devDependencies": { | 29 "devDependencies": { |
30 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | 30 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
31 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", | 31 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", |
32 "iron-image": "polymerelements/iron-image#^1.0.0", | 32 "iron-image": "polymerelements/iron-image#^1.0.0", |
33 "paper-styles": "polymerelements/paper-styles#^1.0.0", | 33 "paper-styles": "polymerelements/paper-styles#^1.0.0", |
34 "test-fixture": "polymerelements/test-fixture#^1.0.0", | 34 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
35 "web-component-tester": "*", | 35 "web-component-tester": "*", |
36 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 36 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
37 } | 37 } |
38 } | 38 } |
OLD | NEW |