summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/phonegap-plugin-push/package.json
blob: 14f757b2990769944a2f32c4c4633ba4fa4fb7bf (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "_from": "phonegap-plugin-push@2.0.0",
  "_id": "phonegap-plugin-push@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-FhKJtP3r0LUqTVoQUg0VYIPuz3M=",
  "_location": "/phonegap-plugin-push",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "phonegap-plugin-push@2.0.0",
    "name": "phonegap-plugin-push",
    "escapedName": "phonegap-plugin-push",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0.tgz",
  "_shasum": "161289b4fdebd0b52a4d5a10520d156083eecf73",
  "_spec": "phonegap-plugin-push@2.0.0",
  "_where": "/Users/user/Sites/stone-island/StoneIsland/node_modules",
  "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"
    ]
  },
  "dependencies": {
    "babel-plugin-add-header-comment": "^1.0.3",
    "install": "^0.8.2"
  },
  "deprecated": false,
  "description": "Register and receive push notifications.",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-preset-es2015": "^6.9.0",
    "eslint": "^2.13.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.9.2",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "^5.2.2",
    "jasmine-node": "1.14.5",
    "nodemon": "^1.9.2",
    "pluginpub": "^0.0.8"
  },
  "engines": {
    "cordovaDependencies": {
      "1.8.2": {
        "cordova": ">=3.6.3",
        "cordova-android": ">=4.0.0",
        "cordova-ios": ">=4.1.0"
      },
      "2.0.0": {
        "cordova": ">=7.0.0",
        "cordova-android": ">=6.2.1",
        "cordova-ios": ">=4.4.0"
      },
      "<2.0.0": {
        "cordova": ">=6.4.0",
        "cordova-android": ">=6.0.0",
        "cordova-ios": ">=4.3.0"
      }
    }
  },
  "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": "MIT",
  "name": "phonegap-plugin-push",
  "repository": {
    "type": "git",
    "url": "git://github.com/phonegap/phonegap-plugin-push.git"
  },
  "scripts": {
    "build": "babel src/js --out-dir www",
    "build:watch": "nodemon -w ./src/js -e js -x npm run build",
    "jasmine": "jasmine-node --color spec",
    "test": "npm run build && npm run jasmine"
  },
  "types": "./types/index.d.ts",
  "version": "2.0.0"
}