OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "iron-localstorage", |
| 3 "version": "1.0.3", |
| 4 "description": "Provides access to local storage", |
| 5 "keywords": [ |
| 6 "web-component", |
| 7 "polymer", |
| 8 "storage" |
| 9 ], |
| 10 "repository": { |
| 11 "type": "git", |
| 12 "url": "git://github.com/PolymerElements/iron-localstorage.git" |
| 13 }, |
| 14 "main": "iron-localstorage.html", |
| 15 "license": "http://polymer.github.io/LICENSE.txt", |
| 16 "homepage": "https://github.com/PolymerElements/iron-localstorage/", |
| 17 "dependencies": { |
| 18 "polymer": "Polymer/polymer#^1.0.0" |
| 19 }, |
| 20 "devDependencies": { |
| 21 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 22 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 23 "web-component-tester": "*", |
| 24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
| 25 "paper-styles": "PolymerElements/paper-styles#^1.0.2", |
| 26 "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.1" |
| 27 }, |
| 28 "_release": "1.0.3", |
| 29 "_resolution": { |
| 30 "type": "version", |
| 31 "tag": "v1.0.3", |
| 32 "commit": "8bf2b108050b61c337270ecc73565ab5b17a6c84" |
| 33 }, |
| 34 "_source": "git://github.com/PolymerElements/iron-localstorage.git", |
| 35 "_target": "^1.0.0", |
| 36 "_originalSource": "PolymerElements/iron-localstorage" |
| 37 } |
OLD | NEW |