diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-11-30 17:57:27 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-11-30 17:57:27 -0600 |
| commit | 99abed397b0c046143d7d6ba7bd0b61eac829e25 (patch) | |
| tree | eeceffcc76dd2ff201b8c62e43c4aaff47fc7d8e /StoneIsland/plugins/phonegap-plugin-push/package.json | |
| parent | be27ea977b1e7c7903275b42530a81a8e43d7a9b (diff) | |
| parent | ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (diff) | |
Merge branch 'master' of https://github.com/okfocus/stone-island
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/package.json')
| -rw-r--r-- | StoneIsland/plugins/phonegap-plugin-push/package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json new file mode 100644 index 00000000..cccd8c87 --- /dev/null +++ b/StoneIsland/plugins/phonegap-plugin-push/package.json @@ -0,0 +1,48 @@ +{ + "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" + } +} |
