forked from anak10thn/gagak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author": "ibnu Yahya <[email protected]>",
"name": "Gagak",
"description": "Blazing fast multi-protocol mobile push notification service",
"version": "2.0.1",
"homepage": "https://aksaramaya.com",
"keywords": ["push", "notification", "apns", "c2dm", "mpns", "ios", "android", "windows", "phone"],
"repository":
{
"type": "git",
"url": "git://github.com/aksaramaya.com/gagak.git"
},
"preferGlobal": "true",
"directories":
{
"lib": "./lib"
},
"scripts":
{
"start": "node gagak.js"
},
"engines":
{
"node": "~0.10.0"
},
"dependencies":
{
"apn":"*",
"c2dm":"*",
"node-gcm":"*",
"mpns":"*",
"async":"*",
"express": "~3.20.2",
"body-parser":"*",
"hiredis":"*",
"redis":"*",
"netmask":"*",
"winston":"*",
"wns": "git+https://github.com/futurice/wns.git#28bfe39a3be8c64f3d72b7c7a5cac77c049b137a"
},
"devDependencies":
{
"mocha": "*",
"should": "*"
},
"licenses":
[{
"type": "MIT",
"url": "https://github.com/aksaramaya/gagak/raw/master/LICENSE"
}]
}