-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 861 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
{
"name": "socket-io.sessions",
"version": "0.2.0",
"description": "access express.js session from socket.io",
"main": "lib/index.js",
"keywords": [
"socket",
"socket.io",
"passport"
],
"author": {
"name": "José F. Romaniello",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jfromaniello/passport.socketio.git"
},
"scripts": {
"test": "mocha"
},
"license": "MIT",
"dependencies": {
"connect": "~2.4.5",
"cookie": "0.0.4",
"request": "~2.12.0",
"xtend": "~1.0.3"
},
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.7.0",
"express": "~3.0.3",
"socket.io": "~0.9.11",
"connect": "~2.4.6",
"xmlhttprequest": "~1.5.0",
"socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git"
}
}