squirrelly
Version:
Simple and powerful template engine that supports helpers, partials, filters, native code, and Express.
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "squirrelly",
"version": "7.3.0",
"description": "Simple and powerful template engine that supports helpers, partials, filters, native code, and Express.",
"main": "./dist/squirrelly.min.js",
"homepage": "https://squirrelly.js.org",
"scripts": {
"test": "./node_modules/.bin/standard 'src/*.js' && ./node_modules/.bin/mocha",
"build": "./node_modules/.bin/rollup -c",
"format": "./node_modules/.bin/standard --fix 'src/*.js'"
},
"keywords": [
"template",
"engine",
"squirrelly",
"html",
"expressjs",
"sqrl",
"pug",
"handlebars",
"swig",
"filters",
"helpers"
],
"author": "Ben Gubler <nebrelbug@gmail.com> (https://bengubler.com)",
"license": "MIT",
"bin": {
"squirrelly": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squirrellyjs/squirrelly.git"
},
"bugs": {
"url": "https://github.com/squirrellyjs/squirrelly/issues"
},
"dependencies": {},
"devDependencies": {
"mocha": "^5.1.1",
"rollup": "^1.16.7",
"rollup-plugin-terser": "^5.1.1",
"standard": "^12.0.1"
},
"standard": {
"ignore": [
"test/*.js",
"dist/*.js"
]
},
"browser": {
"fs": false
}
}