diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-16 01:24:12 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-16 01:24:12 +0100 |
| commit | 30c49550c89c1b69c680170d2dc247eac76bd463 (patch) | |
| tree | 8732652298b630b9ba15def97e59738f1c9bf7b6 /StoneIsland/plugins/phonegap-plugin-push/bower.json | |
| parent | 8f1f626384e6ba75f4fb24c27e0973260a74421b (diff) | |
push plugin
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/bower.json')
| -rw-r--r-- | StoneIsland/plugins/phonegap-plugin-push/bower.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/bower.json b/StoneIsland/plugins/phonegap-plugin-push/bower.json new file mode 100644 index 00000000..79676644 --- /dev/null +++ b/StoneIsland/plugins/phonegap-plugin-push/bower.json @@ -0,0 +1,26 @@ +{ + "name": "phonegap-plugin-push", + "description": "bower package for server side javascript", + "main": "www/push.js", + "authors": [ + "Adobe PhoneGap Team" + ], + "license": "APL", + "keywords": [ + "ecosystem:cordova", + "ecosystem:phonegap", + "cordova-ios", + "cordova-android", + "cordova-windows", + "cordova-browser" + ], + "homepage": "https://github.com/phonegap/phonegap-plugin-push", + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} |
