forked from do-community/hello_hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 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
{
"name": "hello",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test node node_modules/lab/bin/lab -v -L -C -D"
},
"author": "Brian Hogan",
"license": "MIT",
"dependencies": {
"hapi": "^16.4.1",
"angular-route": "^1.6.8",
"angular-ui-router": "^1.0.3",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"del": "^3.0.0"
},
"devDependencies": {
"code": "^4.0.0",
"lab": "^14.3.2"
}
}