forked from max-berman/phonegap-push-angular
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 687 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 687 Bytes
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
{
"name": "angular-phonegap-push",
"description": "AngularJS module for PhoneGap push notifications",
"version": "0.1.0-dev",
"keywords": ["angular", "angularjs", "phonegap", "push"],
"homepage": "https://github.com/anim/angular-phonegap-push/",
"author": {
"name": "Anim Yeboah",
"url": "http://twitter.com/anim"
},
"repository": {
"type": "git",
"url": "https://github.com/anim/angular-phonegap-push.git"
},
"bugs": {
"url": "https://github.com/anim/angular-phonegap-push/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/anim/angular-phonegap-push/blob/master/LICENSE"
}
],
"devDependencies": {}
}