-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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": "live.io",
"version": "0.4.0",
"description": "LivE.IO combines the routing capabilities of Express onto Socket.IO. This coupled with socket authentication makes the framework very flexible.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/akshaylive/live.io.git"
},
"keywords": [
"node.js",
"routing",
"socket",
"express",
"socket.io",
"passport",
"authentication"
],
"author": "Akshaya Shanbhogue <akshay.live@gmail.com> (http://www-scf.usc.edu/~shanbhog/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/akshaylive/live.io/issues"
},
"homepage": "https://github.com/akshaylive/live.io",
"dependencies": {
"cookie-parser": "^1.3.3",
"express": "^4.11.2",
"express-session": "^1.10.2",
"passport": "^0.2.1",
"passport.socketio": "^3.4.1",
"socket.io": "^1.3.3",
"socket.io-events": "^0.4.6"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^2.1.0",
"socket.io-client": "^1.3.3"
}
}