diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 08:21:38 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 08:21:38 -0400 |
| commit | 02811010cf62f1b21a06780d1e470d04bb24c50f (patch) | |
| tree | 0d933789068aac11c810ed4bb169d14ab16c43c6 /plugins/phonegap-plugin-push/package.json | |
| parent | bca561c1b3989d62a1fba829e0380c6fbf36caf5 (diff) | |
removed unecessary files from git
Diffstat (limited to 'plugins/phonegap-plugin-push/package.json')
| -rw-r--r-- | plugins/phonegap-plugin-push/package.json | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/plugins/phonegap-plugin-push/package.json b/plugins/phonegap-plugin-push/package.json deleted file mode 100644 index a8bcf391..00000000 --- a/plugins/phonegap-plugin-push/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "phonegap-plugin-push", - "description": "Register and receive push notifications.", - "version": "1.3.0", - "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" - } -} |
