-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
35 lines (35 loc) · 879 Bytes
/
package.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": "ti-push-notification",
"version": "0.1.4",
"description": "Generic push notifications for both iOS and Android into Titanium apps",
"main": "./index.js",
"titaniumManifest": {
"guid": "675edc6f-40d0-e30f-d14e-5e06923318e0",
"moduleid": "ti-push-notification"
},
"nativeDependencies": {
"nl.vanvianen.android.gcm": "^1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/HazemKhaled/TiPushNotification.git"
},
"author": {
"name": "Hazem Khaled",
"email": "[email protected]",
"url": "http://about.me/hazemkhaled"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HazemKhaled/TiPushNotification/issues"
},
"homepage": "https://github.com/HazemKhaled/TiPushNotification",
"keywords": [
"titanium",
"titaniumifier",
"ios",
"android",
"gcm",
"apn"
]
}