-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "Notify-Example",
"version": "0.0.1",
"description": "A realtime notification system built on Primus, Engine.io and Redis.",
"main": "index.js",
"dependencies": {
"debug": "~2.2.0",
"engine.io": "^1.5.4",
"express": "~4.13.3",
"pimple": "^1.0.0",
"primus": "~4.0.1",
"notify": "git://github.com/mlebrun/notify.git#master",
"notify-redis-subscriber": "git://github.com/mlebrun/notify-redis-subscriber.git#master",
"hiredis": "~0.4.1",
"redis": "~2.3.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"sinon": "~1.17.0",
"istanbul": "~0.4.0",
"engine.io-client": "^1.5.4"
},
"scripts": {
"start": "node index",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/behance/be.net-notifications.git"
},
"keywords": [
"engine.io",
"redis",
"notifications",
"realtime"
],
"author": "Matthew LeBrun",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "a80afee7f84893da4bd13705f5d44ad8f37defde",
"bugs": {
"url": "https://github.com/mlebrun/Notify-Example/issues"
}
}