diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
| commit | 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch) | |
| tree | 6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/plugins/phonegap-plugin-push/package.json | |
| parent | 531c60ee7ecbee516812d560b63a8317c3cf3590 (diff) | |
iphone x fixes
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/package.json')
| -rw-r--r-- | StoneIsland/plugins/phonegap-plugin-push/package.json | 56 |
1 files changed, 18 insertions, 38 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json index 14f757b2..01287217 100644 --- a/StoneIsland/plugins/phonegap-plugin-push/package.json +++ b/StoneIsland/plugins/phonegap-plugin-push/package.json @@ -1,28 +1,28 @@ { - "_from": "phonegap-plugin-push@2.0.0", - "_id": "phonegap-plugin-push@2.0.0", + "_from": "phonegap-plugin-push@1.9.2", + "_id": "phonegap-plugin-push@1.9.2", "_inBundle": false, - "_integrity": "sha1-FhKJtP3r0LUqTVoQUg0VYIPuz3M=", + "_integrity": "sha1-3PktbNuZLcs3iUCyIbfwjoKcn8E=", "_location": "/phonegap-plugin-push", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, - "raw": "phonegap-plugin-push@2.0.0", + "raw": "phonegap-plugin-push@1.9.2", "name": "phonegap-plugin-push", "escapedName": "phonegap-plugin-push", - "rawSpec": "2.0.0", + "rawSpec": "1.9.2", "saveSpec": null, - "fetchSpec": "2.0.0" + "fetchSpec": "1.9.2" }, "_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", + "_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" }, @@ -39,25 +39,11 @@ "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" + "pluginpub": "^0.0.5" }, "engines": { "cordovaDependencies": { @@ -66,15 +52,13 @@ "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": { + "1.9.0": { "cordova": ">=6.4.0", "cordova-android": ">=6.0.0", "cordova-ios": ">=4.3.0" + }, + "2.0.0": { + "cordova": ">100" } } }, @@ -89,18 +73,14 @@ "cordova-wp8", "cordova-browser" ], - "license": "MIT", + "license": "APL", "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" + "test": "jasmine-node --color spec" }, - "types": "./types/index.d.ts", - "version": "2.0.0" + "version": "1.9.2" } |
