forked from VideoAmp/hapi-route-autoloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 831 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
{
"name": "@videoamp/hapi-route-autoloader",
"version": "1.0.1",
"description": "Loads Hapi routes according to VideoAmp Hapi project structure.",
"main": "index.js",
"author": "Edward Bramanti <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"test": "mocha --globals testApp,chai test/boot.js \"test/**/*_test.js\" --reporter=dot",
"lint": "eslint ."
},
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.5.0",
"co-mocha": "^1.2.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-config-videoamp": "^2.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.9.0",
"hapi": "^16.1.1",
"mocha": "^3.3.0"
},
"dependencies": {
"lodash": "^4.17.4",
"require-all": "^2.2.0",
"traverse": "^0.6.6"
}
}