-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 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
{
"name": "evotor-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/tsc-watch/tsc-watch.js --outDir ./dist --onSuccess \"nodemon ./dist/server\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bluebird": "3.5.8",
"@types/express": "4.0.36",
"@types/mongoose": "^4.7.19",
"@types/node": "8.0.14",
"@types/passport": "0.3.3",
"bluebird": "^3.5.0",
"body-parser": "1.17.2",
"chalk": "^2.0.1",
"cookie-parser": "1.4.3",
"debug": "2.6.8",
"express": "4.15.3",
"express-mung": "^0.4.6",
"glob": "7.1.2",
"lodash": "4.17.4",
"moment": "^2.18.1",
"mongoose": "4.11.3",
"morgan": "1.8.2",
"morgan-body": "^0.10.5",
"passport": "0.3.2",
"simple-git": "^1.74.1",
"ts-node": "3.2.1",
"tsc-watch": "^1.0.7",
"typescript": "2.4.2",
"typings": "2.1.1",
"uuid": "^3.1.0",
"winston": "^2.3.1"
}
}