forked from sourcey/symple-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "symple",
"version": "1.0.6",
"description": "Realtime messaging and presence server",
"main": "./lib/symple.js",
"dependencies": {
"async": "0.9.0",
"debug": "2.2.0",
"msgpack": "*",
"redis": "2.4.2",
"uid2": "0.0.3",
"socket.io": "^1.4.5",
"socket.io-adapter": "^0.4.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^1.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"docs": "jsdoc2md ./lib/symple.js --template README.hbs > README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcey/symple-server.git"
},
"keywords": [
"symple",
"server",
"realtime",
"messaging",
"websocket",
"streaming",
"webrtc",
"chat"
],
"author": "Kam Low <[email protected]> (http://sourcey.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcey/symple-server/issues"
},
"homepage": "http://sourcey.com/symple"
}