diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 01:35:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 01:35:13 +0200 |
| commit | 597fa051833ca3df6eb185c0143ff82e02dacba1 (patch) | |
| tree | cb25347477c57f82e955b054b70f4bb5359fb0d2 /StoneIsland/plugins/phonegap-plugin-push/package.json | |
| parent | 6a9186aea6b85beef28e3eb765fbf2322a1c7890 (diff) | |
push plugin ugh
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/package.json')
| -rw-r--r-- | StoneIsland/plugins/phonegap-plugin-push/package.json | 108 |
1 files changed, 78 insertions, 30 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json index 91983f9a..14f757b2 100644 --- a/StoneIsland/plugins/phonegap-plugin-push/package.json +++ b/StoneIsland/plugins/phonegap-plugin-push/package.json @@ -1,15 +1,35 @@ { - "name": "phonegap-plugin-push", - "description": "Register and receive push notifications.", - "version": "1.9.2", - "homepage": "http://github.com/phonegap/phonegap-plugin-push#readme", - "repository": { - "type": "git", - "url": "git://github.com/phonegap/phonegap-plugin-push.git" + "_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": [ @@ -19,16 +39,26 @@ "browser" ] }, - "keywords": [ - "ecosystem:cordova", - "ecosystem:phonegap", - "cordova-ios", - "cordova-android", - "cordova-windows8", - "cordova-windows", - "cordova-wp8", - "cordova-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": { @@ -36,23 +66,41 @@ "cordova-android": ">=4.0.0", "cordova-ios": ">=4.1.0" }, - "1.9.0": { - "cordova-ios": ">=4.3.0", - "cordova-android": ">=6.0.0", - "cordova": ">=6.4.0" - }, "2.0.0": { - "cordova": ">100" + "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" } } }, - "author": "Adobe PhoneGap Team", - "license": "APL", + "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": { - "test": "jasmine-node --color spec" + "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" }, - "devDependencies": { - "jasmine-node": "1.14.5", - "pluginpub": "^0.0.5" - } + "types": "./types/index.d.ts", + "version": "2.0.0" } |
