| 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 "_release": "1.0.0", | 32 "_release": "1.0.1", |
| 32 "_resolution": { | 33 "_resolution": { |
| 33 "type": "version", | 34 "type": "version", |
| 34 "tag": "v1.0.0", | 35 "tag": "v1.0.1", |
| 35 "commit": "2957a77f8797e59f2cd97a61b9844c4f7a716f19" | 36 "commit": "4f1b758be4b000cd7d1f5cce7088d210d5b0b280" |
| 36 }, | 37 }, |
| 37 "_source": "git://github.com/PolymerElements/iron-jsonp-library.git", | 38 "_source": "git://github.com/PolymerElements/iron-jsonp-library.git", |
| 38 "_target": "^1.0.0", | 39 "_target": "^1.0.0", |
| 39 "_originalSource": "PolymerElements/iron-jsonp-library" | 40 "_originalSource": "PolymerElements/iron-jsonp-library" |
| 40 } | 41 } |
| OLD | NEW |