forked from genediazjr/acquaint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 916 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
38
{
"name": "acquaint",
"version": "1.4.1",
"author": "Gene Diaz <[email protected]> (http://genediazjr.com/)",
"description": "Routes, Handlers, Methods, Binds (server.bind), and Apps (server.app) Autoloader",
"keywords": [
"hapi",
"route",
"handler",
"method",
"plugin",
"loader",
"autoload",
"autoloader"
],
"license": "MIT",
"repository": "git://github.com/genediazjr/acquaint",
"bugs": "https://github.com/genediazjr/acquaint/issues",
"main": "lib/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab -c -v -L -a code",
"test-cover": "lab -c -v -L -a code -r html -o ./coverage.html -L && open ./coverage.html"
},
"dependencies": {
"joi": "13.1.x",
"glob": "7.1.x",
"async": "2.6.x"
},
"devDependencies": {
"code": "5.2.x",
"coveralls": "3.0.x",
"hapi": "17.2.x",
"lab": "15.4.x"
}
}