-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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": "hapi-todo",
"version": "1.0.0",
"description": "",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nss-cohort-2014-06-07/hapi-todo.git"
},
"author": "Chyld Medford <chyld.medford@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nss-cohort-2014-06-07/hapi-todo/issues"
},
"homepage": "https://github.com/nss-cohort-2014-06-07/hapi-todo",
"dependencies": {
"good": "^4.0.0",
"good-console": "^2.0.1",
"hapi": "^7.5.2",
"joi": "^4.9.0",
"lout": "^5.1.2",
"mongoose": "^3.8.19"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jade": "^0.13.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^0.8.1",
"grunt-shell": "^1.1.1",
"jshint-stylish": "^1.0.0"
}
}