OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "iron-jsonp-library", |
| 3 "version": "1.0.2", |
| 4 "description": "Loads jsonp libraries", |
| 5 "authors": [ |
| 6 "Aleks Totic <a@totic.org>", |
| 7 "The Polymer Authors" |
| 8 ], |
| 9 "keywords": [ |
| 10 "web-component", |
| 11 "polymer", |
| 12 "behavior" |
| 13 ], |
| 14 "repository": { |
| 15 "type": "git", |
| 16 "url": "git://github.com/PolymerElements/iron-jsonp-library.git" |
| 17 }, |
| 18 "main": "iron-jsonp-library.html", |
| 19 "license": "http://polymer.github.io/LICENSE.txt", |
| 20 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/", |
| 21 "ignore": [ |
| 22 "/.*", |
| 23 "/test/" |
| 24 ], |
| 25 "dependencies": { |
| 26 "polymer": "Polymer/polymer#^1.0.0" |
| 27 }, |
| 28 "devDependencies": { |
| 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 30 "web-component-tester": "*", |
| 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
| 32 "paper-styles": "PolymerElements/paper-styles#^1.0.2", |
| 33 "paper-spinner": "PolymerElements/paper-spinner#^1.0.1" |
| 34 }, |
| 35 "_release": "1.0.2", |
| 36 "_resolution": { |
| 37 "type": "version", |
| 38 "tag": "v1.0.2", |
| 39 "commit": "0fe9e824e856c6f611305ecbbc8c030c87972111" |
| 40 }, |
| 41 "_source": "git://github.com/PolymerElements/iron-jsonp-library.git", |
| 42 "_target": "^1.0.0", |
| 43 "_originalSource": "PolymerElements/iron-jsonp-library" |
| 44 } |
OLD | NEW |