-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.16 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
{
"name": "hornet",
"description": "Realtime engine for easy and secured pub/sub in web applications. Backed by Socket.io and redis",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git@github.com:nectify/hornet.git"
},
"contributors": [{
"name": "Robin Komiwes",
"email": "robin.komiwes@gmail.com",
"url": "http://twitter.com/robinkomiwes"
},
{
"name": "Maxime Brazeilles",
"email": "maxime.brazeilles@gmail.com",
"url": ""
},
{
"name": "Tristan Bourgois",
"email": "tristan.bourgois@gmail.com",
"url": ""
}
],
"bugs": {
"url": "http://github.com/nectify/hornet/issues"
},
"os": [
"linux",
"osx",
"darwin"
],
"directories": {
"bin": "./bin",
"lib": "./lib",
"public": "./public"
},
"bin": {
"hornet": "./bin/hornet"
},
"main": "index",
"dependencies": {
"pkginfo": "0.2.x",
"redis": "^2.8.0",
"socket.io": "^2.1.1",
"uglify-js": "1.2.5",
"winston": "^3.1.0"
},
"devDependencies": {},
"licenses": [{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}]
}