-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 728 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 728 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
{
"name": "brainuts-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dallinge",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"async": "^2.6.0",
"async-eventemitter": "^0.2.4",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"debug": "^3.1.0",
"express": "^4.15.4",
"generate-key": "0.0.6",
"gm": "^1.23.0",
"helmet": "^3.8.1",
"jsonwebtoken": "^7.4.2",
"mongoose": "^4.11.6",
"multer": "^1.3.0",
"password-hash": "^1.2.2",
"socket.io": "^2.0.3",
"ucfirst": "^1.0.0"
}
}