forked from hapijs/vision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 KB
/
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
44
45
{
"name": "@hapi/vision",
"description": "Templates rendering plugin support for hapi.js",
"version": "6.0.0",
"repository": "git://github.com/hapijs/vision",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"view",
"render",
"template",
"hapi"
],
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "19.x.x",
"@hapi/lab": "22.x.x",
"babel-core": "6.x.x",
"babel-plugin-transform-react-jsx": "6.x.x",
"coveralls": "3.x.x",
"ejs": "^2.5.5",
"handlebars": "4.x.x",
"hapi-react-views": "10.x.x",
"marko": "4.x.x",
"mustache": "^2.3.x",
"nunjucks": "3.x.x",
"pug": "2.x.x",
"react": "16.x.x",
"react-dom": "16.x.x",
"twig": "1.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -I __core-js_shared__ -m 5000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}