UNPKG

goji

Version:

An HTML templating engine inspired by Thymeleaf

45 lines (44 loc) 981 B
{ "name": "goji", "version": "0.9.1", "description": "An HTML templating engine inspired by Thymeleaf", "main": "goji.js", "scripts": { "test": "cd test && ../node_modules/.bin/lab -l unit.js" }, "author": "James Sumners", "license": "MIT", "keywords": [ "template", "templating", "thymeleaf", "html", "hapi", "hapijs" ], "repository": { "type": "git", "url": "https://github.com/jsumners/goji.git" }, "homepage": "https://github.com/jsumners/goji", "bugs": { "url": "https://github.com/jsumners/goji/issues" }, "dependencies": { "cheerio": "^0.19.0", "exprjs": "0.0.3", "js-sha256": "^0.3.0", "node-cache": "^3.0.0" }, "devDependencies": { "code": "^1.4.0", "grunt": "^0.4.5", "grunt-github-pages": "0.0.4", "grunt-shell": "^1.1.2", "jsdoc": "^3.3.0-alpha11", "lab": "^5.10.0", "load-grunt-tasks": "^1.0.0", "xmldom": "^0.1.19", "xpath": "0.0.8" } }