-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "sails-hook-sockets",
"version": "3.0.1",
"description": "Implements socket.io support in Sails",
"keywords": [
"socket.io",
"sails.js",
"sails-hook",
"hook"
],
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"async": "2.6.4",
"flaverr": "^1.0.0",
"machinepack-redis": "^2.0.3",
"machinepack-urls": "^6.0.2-0",
"proxy-addr": "1.1.5",
"semver": "7.5.2",
"socket.io": "4.7.5",
"uid2": "0.0.3"
},
"devDependencies": {
"ioredis": "2.4.0",
"machinepack-fs": "^3.0.0",
"machinepack-http": "^8.0.0",
"mocha": "3.1.0",
"redis": "2.6.3",
"sails": "^1.0.0-12",
"sails.io.js": "^1.0.0",
"socket.io-client": "2.0.3",
"socket.io-redis": "6.1.0"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha test --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"
}