-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
39
40
41
42
43
44
45
{
"name": "hapi-web-demo",
"version": "1.0.0",
"description": "Standalone server for back-end and lighweight front-end",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@gitlab.com:ad-platform/web.git"
},
"author": "xitter",
"license": "private",
"dependencies": {
"boom": "3.1.3",
"catbox-memory": "2.0.1",
"catbox-redis": "1.1.1",
"fs": "0.0.2",
"handlebars": "^4.0.5",
"handlebars-extend-block": "^1.0.0",
"hapi": "^13.4.0",
"hapi-sass": "^2.0.0",
"hawk": "4.1.2",
"hiredis": "0.4.1",
"inert": "^4.0.0",
"jquery": "^3.0.0",
"urijs": "1.18.0",
"vision": "^4.0.1"
},
"readmeFilename": "Readme.md",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0"
},
"directories": {
"test": "test"
}
}