mocha-pug-lint
Version:
run pug-lint as mocha tests
41 lines (40 loc) • 931 B
JSON
{
"name": "mocha-pug-lint",
"version": "1.1.0",
"description": "run pug-lint as mocha tests",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "cross-env NODE_ENV=test mocha"
},
"keywords": [
"mocha",
"mochaplugin",
"pug-lint"
],
"author": "Jonatan Pedersen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jonatanpedersen/mocha-pug-lint.git"
},
"bugs": {
"url": "https://github.com/jonatanpedersen/mocha-pug-lint/issues"
},
"homepage": "https://github.com/jonatanpedersen/mocha-pug-lint#readme",
"dependencies": {
"chalk": "^2.3.1",
"glob-all": "^3.1.0",
"mocha": "^5.0.1",
"pug-lint": "^2.4.0",
"strip-ansi": "^4.0.0",
"text-table": "^0.2.0"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"cross-env": "^5.1.3"
}
}