ejs-lint
Version:
Linter/Syntax Checker for EJS Templates
38 lines (37 loc) • 958 B
JSON
{
"name": "ejs-lint",
"version": "0.3.0",
"description": "Linter/Syntax Checker for EJS Templates",
"author": "Ryan Zimmerman <opensrc@ryanzim.com> (http://ryanzim.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ryanzim/ejs-lint.git"
},
"homepage": "https://github.com/RyanZim/EJS-Lint",
"bugs": "https://github.com/RyanZim/EJS-Lint/issues",
"main": "index.js",
"bin": {
"ejslint": "./cli.js"
},
"scripts": {
"test": "mocha && eslint .",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"try": "./cli.js try.ejs"
},
"dependencies": {
"ejs": "2.5.6",
"ejs-include-regex": "^1.0.0",
"globby": "^6.1.0",
"read-input": "^0.3.1",
"rewire": "^2.5.1",
"syntax-error": "^1.1.6",
"yargs": "^7.0.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-ryanzim": "0.0.2",
"istanbul": "^0.4.3",
"mocha": "^3.0.2"
}
}