-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "todo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "grunt watch & NODE_ENV=development nodemon --inspect ./bin/www",
"grunt": "grunt",
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/errorhandler": "0.0.31",
"@types/express": "^4.0.37",
"@types/method-override": "0.0.30",
"@types/mongoose": "^4.7.24",
"@types/morgan": "^1.7.33",
"@types/node": "^8.0.45",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.16",
"mongoose": "^4.12.3"
},
"dependencies": {
"@types/bcrypt": "^1.0.0",
"@types/body-parser": "^1.16.5",
"@types/cors": "^2.8.3",
"@types/mongodb": "^2.2.14",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"grunt": "^1.0.1",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"typescript": "^2.5.3"
}
}