summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/phonegap-plugin-push/package.json
blob: 012872172ca94d0bc31a71b9d6f4c4e1b4b8d84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "_from": "phonegap-plugin-push@1.9.2",
  "_id": "phonegap-plugin-push@1.9.2",
  "_inBundle": false,
  "_integrity": "sha1-3PktbNuZLcs3iUCyIbfwjoKcn8E=",
  "_location": "/phonegap-plugin-push",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "phonegap-plugin-push@1.9.2",
    "name": "phonegap-plugin-push",
    "escapedName": "phonegap-plugin-push",
    "rawSpec": "1.9.2",
    "saveSpec": null,
    "fetchSpec": "1.9.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-1.9.2.tgz",
  "_shasum": "dcf92d6cdb992dcb378940b221b7f08e829c9fc1",
  "_spec": "phonegap-plugin-push@1.9.2",
  "_where": "/Users/user/Sites/stone-island/StoneIsland",
  "author": {
    "name": "Adobe PhoneGap Team"
  },
  "bugs": {
    "url": "https://github.com/phonegap/phonegap-plugin-push/issues"
  },
  "bundleDependencies": false,
  "cordova": {
    "id": "phonegap-plugin-push",
    "platforms": [
      "ios",
      "android",
      "windows",
      "browser"
    ]
  },
  "deprecated": false,
  "description": "Register and receive push notifications.",
  "devDependencies": {
    "jasmine-node": "1.14.5",
    "pluginpub": "^0.0.5"
  },
  "engines": {
    "cordovaDependencies": {
      "1.8.2": {
        "cordova": ">=3.6.3",
        "cordova-android": ">=4.0.0",
        "cordova-ios": ">=4.1.0"
      },
      "1.9.0": {
        "cordova": ">=6.4.0",
        "cordova-android": ">=6.0.0",
        "cordova-ios": ">=4.3.0"
      },
      "2.0.0": {
        "cordova": ">100"
      }
    }
  },
  "homepage": "http://github.com/phonegap/phonegap-plugin-push#readme",
  "keywords": [
    "ecosystem:cordova",
    "ecosystem:phonegap",
    "cordova-ios",
    "cordova-android",
    "cordova-windows8",
    "cordova-windows",
    "cordova-wp8",
    "cordova-browser"
  ],
  "license": "APL",
  "name": "phonegap-plugin-push",
  "repository": {
    "type": "git",
    "url": "git://github.com/phonegap/phonegap-plugin-push.git"
  },
  "scripts": {
    "test": "jasmine-node --color spec"
  },
  "version": "1.9.2"
}