-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 987 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
40
41
42
43
{
"name": "ng-chat-server",
"version": "1.0.0",
"description": "chat server",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/index.js"
},
"engines": {
"node": "5.10.1",
"npm": "3.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjacka/ng-chat-server.git"
},
"keywords": [
"chat"
],
"author": "xjacka",
"license": "ISC",
"bugs": {
"url": "https://github.com/xjacka/ng-chat-server/issues"
},
"homepage": "https://github.com/xjacka/ng-chat-server#readme",
"dependencies": {
"body-parser": "^1.15.1",
"cors": "^2.7.1",
"electrolyte": "^0.2.4",
"express": "^4.13.4",
"http": "0.0.0",
"jwt-simple": "^0.5.0",
"moment": "^2.13.0",
"nedb": "^1.8.0",
"path": "^0.12.7",
"querystring": "^0.2.0",
"request": "^2.72.0",
"rx": "^4.1.0",
"satellizer": "^0.14.0",
"socket.io": "^1.4.6"
}
}