-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 977 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
{
"name": "hackermind-backend-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local": "NODE_ENV=local nodemon index.js",
"dev": "NODE_ENV=dev node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UETCodeCamp/hackermind-backend-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UETCodeCamp/hackermind-backend-nodejs/issues"
},
"homepage": "https://github.com/UETCodeCamp/hackermind-backend-nodejs#readme",
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"config": "^3.0.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"nodemon": "^1.18.10",
"sequelize": "^4.42.0",
"xls-to-json-lc": "^0.3.4",
"xlsx-to-json-lc": "^0.5.0"
}
}