forked from NineChat/NineChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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": "ninechat",
"version": "0.0.0",
"description": "DM chat app based on the websocket protocol",
"main": "main.js",
"scripts": {
"test": "test",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Sixty-Nine/NineChat.git"
},
"keywords": [
"chat"
],
"author": "Team Sixty Nine",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-Sixty-Nine/NineChat/issues"
},
"homepage": "https://github.com/Team-Sixty-Nine/NineChat#readme",
"dependencies": {
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-ws": "^3.0.0",
"mongoose": "^4.11.1",
"node": "7.8.1",
"nodemon": "^1.11.0",
"qs": "^6.5.0",
"react": "^15.6.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"webpack": "^3.1.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"chai": "^4.0.2",
"css-loader": "^0.28.4",
"mocha": "^3.4.2",
"style-loader": "^0.18.2"
}
}