-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 722 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "angular-phonegap-push-notification",
"version": "0.0.3",
"homepage": "https://github.com/jacopocappelli1989/angular-phonegap-push-notification",
"authors": [
"Jacopo Cappelli <[email protected]>"
],
"description": "AngularJS module for Android and iOS push notification services",
"main": "push.js",
"keywords": [
"angularjs",
"phonegap",
"push",
"notification",
"android",
"ios",
"iphone",
"ipad",
"pushnotification",
"gcm",
"apn"
],
"dependencies": {
"angular": "~1.0.5",
"angular-phonegap-ready": "~0.0.1"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}