-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hapi-technologies",
"version": "1.0.0",
"description": "Hapi Technologies",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/nss-cohort-2014-06-07/hapi-technologies"
},
"bin": {
"coveralls": "./node_modules/coveralls/bin/coveralls.js"
},
"scripts": {
"start": "node server/index.js",
"postinstall": "grunt deploy",
"syntax": "grunt build",
"test": "make test",
"coveralls": "make test-cov | coveralls"
},
"author": "Zoe Ames <[email protected]>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.0.28",
"bcrypt": "^0.8.0",
"bower": "^1.3.12",
"concat-stream": "^1.4.7",
"crypto": "0.0.3",
"good": "^5.0.0",
"good-console": "^3.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"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",
"hapi": "^8.0.0",
"hapi-auth-cookie": "^2.0.0",
"joi": "^5.0.2",
"jshint-stylish": "^1.0.0",
"lout": "^6.0.1",
"pg": "^4.0.0",
"request": "^2.49.0"
},
"devDependencies": {
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"lab": "^5.1.0"
}
}