| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-jsonp-library", | 2 "name": "iron-jsonp-library", |
| 3 "version": "1.0.0", | 3 "version": "1.0.1", |
| 4 "description": "Loads jsonp libraries", | 4 "description": "Loads jsonp libraries", |
| 5 "authors": [ | 5 "authors": [ |
| 6 "Aleks Totic <a@totic.org>", | 6 "Aleks Totic <a@totic.org>", |
| 7 "The Polymer Authors" | 7 "The Polymer Authors" |
| 8 ], | 8 ], |
| 9 "keywords": [ | 9 "keywords": [ |
| 10 "web-component", | 10 "web-component", |
| 11 "polymer", | 11 "polymer", |
| 12 "behavior" | 12 "behavior" |
| 13 ], | 13 ], |
| 14 "main": "iron-jsonp-library.html", | 14 "main": "iron-jsonp-library.html", |
| 15 "license": "http://polymer.github.io/LICENSE.txt", | 15 "license": "http://polymer.github.io/LICENSE.txt", |
| 16 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/", | 16 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/", |
| 17 "ignore": [ | 17 "ignore": [ |
| 18 "/.*", | 18 "/.*", |
| 19 "/test/", | 19 "/test/", |
| 20 "/demo/" | 20 "/demo/" |
| 21 ], | 21 ], |
| 22 "dependencies": { | 22 "dependencies": { |
| 23 "polymer": "Polymer/polymer#^1.0.0", | 23 "polymer": "Polymer/polymer#^1.0.0" |
| 24 "iron-ajax": "PolymerElements/iron-ajax#^1.0.0" | |
| 25 }, | 24 }, |
| 26 "devDependencies": { | 25 "devDependencies": { |
| 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 28 "web-component-tester": "*", | 27 "web-component-tester": "*", |
| 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
| 29 "paper-styles": "PolymerElements/paper-styles#^1.0.2", |
| 30 "paper-spinner": "PolymerElements/paper-spinner#^1.0.1" |
| 30 } | 31 } |
| 31 } | 32 } |
| OLD | NEW |