OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "platinum-push-messaging", |
| 3 "private": true, |
| 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "authors": [ |
| 6 "The Polymer Authors" |
| 7 ], |
| 8 "description": "Subscribes for push messaging and handles notifications.", |
| 9 "keywords": [ |
| 10 "push", |
| 11 "messaging", |
| 12 "notification", |
| 13 "polymer", |
| 14 "service-worker", |
| 15 "serviceworker", |
| 16 "web-component", |
| 17 "web-components" |
| 18 ], |
| 19 "ignore": [ |
| 20 "**/.*", |
| 21 "node_modules", |
| 22 "bower_components", |
| 23 "test", |
| 24 "tests" |
| 25 ], |
| 26 "dependencies": { |
| 27 "polymer": "Polymer/polymer#~1.0.0" |
| 28 }, |
| 29 "devDependencies": { |
| 30 "iron-component-page": "PolymerElements/iron-component-page#~1.0.2", |
| 31 "web-component-tester": "Polymer/web-component-tester#~3.1.3", |
| 32 "paper-styles": "PolymerElements/paper-styles#~1.0.0", |
| 33 "paper-material": "PolymerElements/paper-material#~1.0.0", |
| 34 "paper-toggle-button": "PolymerElements/paper-toggle-button#~1.0.0", |
| 35 "paper-item": "PolymerElements/paper-item#~1.0.0" |
| 36 }, |
| 37 "homepage": "https://github.com/PolymerElements/platinum-push-messaging", |
| 38 "version": "1.0.0", |
| 39 "_release": "1.0.0", |
| 40 "_resolution": { |
| 41 "type": "version", |
| 42 "tag": "v1.0.0", |
| 43 "commit": "fcebba0d6d75cf1463a5b5bb0fbc5857a86eee70" |
| 44 }, |
| 45 "_source": "git://github.com/PolymerElements/platinum-push-messaging.git", |
| 46 "_target": "~1.0.0", |
| 47 "_originalSource": "PolymerElements/platinum-push-messaging" |
| 48 } |
OLD | NEW |