-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
{
"name": "byteskode-push",
"version": "0.1.1",
"description": "byteskode push notifiation with mongoose persistence and kue support",
"main": "index.js",
"scripts": {
"test": "grunt test",
"intergration": "grunt intergration",
"example": "npm link . && npm link byteskode-push && node examples/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/byteskode/byteskode-push.git"
},
"keywords": [
"byteskode",
"byteskode-push",
"mongoose",
"mongoose-plugin",
"pusher",
"gcm",
"fcm",
"resend",
"send",
"queue",
"persist",
"kue",
"worker",
"push",
"notification"
],
"author": {
"name": "lykmapipo",
"email": "[email protected]",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/byteskode/byteskode-push/issues"
},
"homepage": "https://github.com/byteskode/byteskode-push",
"devDependencies": {
"async": "^1.5.2",
"chai": "^3.5.0",
"faker": "^3.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.2.1",
"kue": "^0.11.1",
"mocha": "^2.5.3",
"mongoose": "^4.6.1"
},
"dependencies": {
"config": "^1.21.0",
"execution-environment": "^1.1.0",
"lodash": "^4.16.1",
"node-gcm": "^0.14.4"
}
}