~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/platinum-push-messaging/bower.json

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    "demo"
 
24
  ],
 
25
  "dependencies": {
 
26
    "polymer": "Polymer/polymer#^1.0.0",
 
27
    "promise-polyfill": "PolymerLabs/promise-polyfill#^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
  "main": "platinum-push-messaging.html"
 
38
}