-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 787 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 787 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
35
36
{
"name": "hapi-brick",
"version": "0.2.2",
"description": "A MVC* overlay plugin for Hapi",
"main": "index.js",
"scripts": {
"test": "lab --verbose --coverage --timeout 1000 --pattern .spec test"
},
"repository": {
"type": "git",
"url": "git@github.com:Caligone/hapi-brick.git"
},
"keywords": [
"hapi",
"brick",
"plugin",
"mvc"
],
"author": "Caligone",
"license": "MIT",
"bugs": {
"url": "https://github.com/Caligone/hapi-brick/issues"
},
"homepage": "https://github.com/Caligone/hapi-brick",
"dependencies": {},
"devDependencies": {
"code": "^4.1.0",
"coveralls": "^2.13.1",
"hapi-brick-loader": "^0.1.0",
"lab": "^14.1.0",
"sinon": "^2.3.6"
},
"peerDependencies": {
"hapi": "^16.4.3"
}
}