-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "clout-socket-io",
"version": "0.4.0",
"description": "Clout module to leverage socket.io",
"main": "index.js",
"scripts": {
"start": "node .",
"grunt": "grunt",
"test": "grunt test",
"test:debug": "grunt test",
"gendoc": "grunt gendoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clout-js-modules/clout-socket-io.git"
},
"keywords": [
"clout",
"clout-js",
"socket-io",
"module",
"redis",
"express"
],
"author": "Muhammad Dadu",
"license": "MIT",
"bugs": {
"url": "https://github.com/clout-js-modules/clout-socket-io/issues"
},
"homepage": "https://github.com/clout-js-modules/clout-socket-io#readme",
"dependencies": {
"socket.io": "^2.0.4"
},
"devDependencies": {
"clout-js": "^2.0.0-beta.5",
"eslint": "^4.17.0",
"grunt": "^1.0.2",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-test": "^0.13.3",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mocha": "^5.0.0",
"request": "^2.83.0",
"should": "^13.2.1",
"sinon": "^4.2.2"
}
}