-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 936 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
{
"name": "socket.io-events",
"version": "0.4.6",
"description": "Power your socket.io apps with express like event routing.",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]:turbonetix/socket.io-events.git"
},
"keywords": [
"socket.io",
"event",
"router",
"middleware"
],
"author": "Nathan G. Romano <nathan.g.romano>",
"license": "MIT",
"bugs": {
"url": "https://github.com/turbonetix/socket.io-event/issues"
},
"homepage": "https://github.com/turbonetix/socket.io-events",
"devDependencies": {
"sandboxed-module": "~0.3.0",
"grunt-jasmine-bundle": "~0.2.0",
"coffee-script": "~1.7.1",
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"supertest": "~0.13.0",
"request": "~2.36.0",
"socket.io": "~1.0.4",
"socket.io-client": "~1.0.4"
},
"dependencies": {
"debug": "^2"
}
}