{
    "name": "vision",
    "description": "Templates rendering plugin support for hapi.js",
    "version": "5.4.4",
    "repository": "git://github.com/hapijs/vision",
    "main": "lib/index.js",
    "keywords": [
        "view",
        "render",
        "template",
        "hapi"
    ],
    "scripts": {
        "test": "lab -a code -t 100 -L -I '__core-js_shared__'",
        "test-cov-html": "lab -a code -r html -o coverage.html",
        "lint": "lab -L -d"
    },
    "dependencies": {
        "boom": "7.x.x",
        "hoek": "6.x.x",
        "items": "2.x.x",
        "joi": "14.x.x"
    },
    "devDependencies": {
        "babel-core": "6.x.x",
        "babel-plugin-transform-react-jsx": "6.x.x",
        "code": "5.x.x",
        "coveralls": "3.x.x",
        "ejs": "^2.5.5",
        "handlebars": "4.x.x",
        "hapi": "17.x.x",
        "hapi-react-views": "10.x.x",
        "lab": "17.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"
    },
    "license": "BSD-3-Clause"
}
