OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "platinum-elements", |
| 3 "homepage": "https://github.com/PolymerElements/platinum-elements", |
| 4 "description": "Elements to turn your web page into a true webapp, with push,
offline, and more.", |
| 5 "main": "service-worker-elements.html", |
| 6 "keywords": [ |
| 7 "service", |
| 8 "worker", |
| 9 "service-worker", |
| 10 "push", |
| 11 "platinum" |
| 12 ], |
| 13 "license": "http://polymer.github.io/LICENSE.txt", |
| 14 "private": true, |
| 15 "dependencies": { |
| 16 "platinum-sw": "PolymerElements/platinum-sw#~1.0.1", |
| 17 "platinum-push-messaging": "PolymerElements/platinum-push-messaging#~1.0.0" |
| 18 } |
| 19 } |
OLD | NEW |