summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/phonegap-plugin-push/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-08 12:37:03 -0500
committerJules Laplace <jules@okfoc.us>2016-11-08 12:37:03 -0500
commitef4f212fc1482136dba1e690ec589b315b4a377f (patch)
tree0b7e16d72567fafcfd3e08d7c5c591ad07a63458 /StoneIsland/plugins/phonegap-plugin-push/package.json
parent5fa81da81260d65113f57a293b6256d334fe8e2d (diff)
build 0.7.0
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/package.json')
-rwxr-xr-xStoneIsland/plugins/phonegap-plugin-push/package.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json
deleted file mode 100755
index cccd8c87..00000000
--- a/StoneIsland/plugins/phonegap-plugin-push/package.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "phonegap-plugin-push",
- "description": "Register and receive push notifications.",
- "version": "1.4.4",
- "homepage": "http://github.com/phonegap/phonegap-plugin-push#readme",
- "repository": {
- "type": "git",
- "url": "git://github.com/phonegap/phonegap-plugin-push.git"
- },
- "bugs": {
- "url": "https://github.com/phonegap/phonegap-plugin-push/issues"
- },
- "cordova": {
- "id": "phonegap-plugin-push",
- "platforms": [
- "ios",
- "android",
- "windows8",
- "windows",
- "wp8",
- "browser"
- ]
- },
- "keywords": [
- "ecosystem:cordova",
- "ecosystem:phonegap",
- "cordova-ios",
- "cordova-android",
- "cordova-windows8",
- "cordova-windows",
- "cordova-wp8",
- "cordova-browser"
- ],
- "engines": [
- {
- "name": "cordova",
- "version": ">=3.0.0"
- }
- ],
- "author": "Adobe PhoneGap Team",
- "license": "APL",
- "scripts": {
- "test": "jasmine-node --color spec"
- },
- "devDependencies": {
- "jasmine-node": "1.14.5"
- }
-}