forked from hapijs/vision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 956 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
39
40
41
42
43
{
"name": "vision",
"description": "Templates rendering plugin support for hapi.js",
"version": "4.1.1",
"repository": "git://github.com/hapijs/vision",
"main": "lib/index.js",
"keywords": [
"view",
"render",
"template",
"hapi"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"boom": "4.x.x",
"hoek": "4.x.x",
"items": "2.x.x",
"joi": "10.x.x"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-plugin-transform-react-jsx": "6.x.x",
"code": "4.x.x",
"ejs": "2.x.x",
"handlebars": "4.x.x",
"hapi": "15.x.x",
"hapi-react-views": "6.x.x",
"pug": ">=2.0.0-beta6",
"lab": "11.x.x",
"marko": "3.x.x",
"mustache": "2.x.x",
"nunjucks": "2.x.0",
"react": "0.14.x",
"react-dom": "0.14.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}