esplan
Version:
Count assertions in your test cases with static code analysis
42 lines (41 loc) • 981 B
JSON
{
"name": "esplan",
"version": "0.1.2",
"description": "Count assertions in your test cases with static code analysis",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha",
"build:example": "node example/build.js",
"lint": "jscs index.js lib test example/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/teppeis/esplan"
},
"keywords": [
"test",
"assert"
],
"author": "Teppei Sato <teppeis@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teppeis/esplan/issues"
},
"homepage": "https://github.com/teppeis/esplan",
"devDependencies": {
"escodegen": "^1.6.1",
"esprima": "^2.0.0",
"espurify": "^1.0.0",
"expect.js": "^0.3.1",
"glob": "^4.3.5",
"jscs": "^1.11.3",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"ypromise": "^0.3.0"
},
"dependencies": {
"esquery": "^0.3.0",
"estemplate": "^0.4.0"
}
}