-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 874 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
{
"name": "todo_app",
"version": "1.0.0",
"description": "Todo List Application",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoineLeclercq/todo_app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antoineLeclercq/todo_app/issues"
},
"homepage": "https://github.com/antoineLeclercq/todo_app#readme",
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"morgan": "~1.7.0",
"pug": "~2.0.0-beta10",
"serve-favicon": "~2.3.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-uglify": "^2.1.0"
},
"engines": {
"node": "5.7.0"
}
}