-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 Bytes
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
{
"name": "aphrodite",
"version": "0.0.1",
"homepage": "https://github.com/coding-house-apr2015/aphrodite",
"author": "Chyld Medford <chyld.medford@gmail.com>",
"license": "BSD",
"engines": {
"node": "0.12.x"
},
"bin": {
"coveralls": "./node_modules/coveralls/bin/coveralls.js"
},
"scripts": {
"start": "node index.js",
"test": "lab -v -c -t 100 -L -n eslint -e test",
"coverage": "lab -s -r lcov | coveralls"
},
"dependencies": {
"blipp": "^2.1.3",
"good": "^6.1.2",
"good-console": "^5.0.0",
"hapi": "^8.4.0",
"hapi-auth-jwt": "^2.1.2",
"hoek": "^2.13.0",
"joi": "^6.4.1",
"mongoose": "^4.0.2"
},
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"lab": "^5.8.1",
"sinon": "^1.14.1"
}
}