forked from balderdashy/sails-hook-sockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 890 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
36
37
38
39
40
{
"name": "sails-hook-sockets",
"version": "0.11.23",
"description": "Implements socket.io support in Sails",
"keywords": [
"socket.io",
"sails.js",
"sails-hook",
"hook"
],
"dependencies": {
"socket.io": "^1.2.1",
"semver": "^4.3.4",
"lodash": "^2.4.1",
"machinepack-urls": "^3.1.1",
"socket.io-client": "^1.2.1"
},
"devDependencies": {
"async": "^0.9.0",
"machinepack-fs": "^3.0.0",
"machinepack-http": "^2.1.2",
"mocha": "^2.2.4",
"sails": "0.11.0",
"sails.io.js": "^0.11.5",
"socket.io-redis": "^0.1.4"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --timeout 5000"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails-hook-sockets.git"
},
"sails": {
"isHook": true
},
"author": "Mike McNeil",
"license": "MIT"
}