forked from Lesterpig/sockpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 848 Bytes
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": "sockpress",
"version": "1.0.2",
"description": "A simple express.js and socket.io wrapper",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -t 3000 -R dot -b"
},
"repository": {
"type": "git",
"url": "https://github.com/Lesterpig/sockpress.git"
},
"keywords": [
"socket.io",
"socketio",
"express",
"expressjs",
"wrapper"
],
"author": "Lesterpig",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lesterpig/sockpress/issues"
},
"homepage": "https://github.com/Lesterpig/sockpress",
"dependencies": {
"cookie": "0.2.3",
"cookie-parser": "1.4.1",
"express": "4",
"express-session": "1.13.0",
"socket.io": "1"
},
"devDependencies": {
"mocha": "2.4.5",
"request": "2.69.0",
"socket.io-client": "1.4.5"
}
}