-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 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
33
34
{
"name": "kaliq-node-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --watch | nodemon build/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"busboy": "^0.2.14",
"chokidar": "^1.7.0",
"concurrently": "^3.4.0",
"express": "^4.15.2",
"jsonwebtoken": "^7.4.2",
"mongoose": "^4.9.2",
"morgan": "^1.8.2",
"mysql2": "^1.3.5",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"sequelize": "^4.1.0",
"underscore": "latest"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}