dotest
Version:
Yet another unit test runner
42 lines (41 loc) • 826 B
JSON
{
"author": {
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "https://frankl.in"
},
"name": "dotest",
"version": "1.12.2",
"description": "Yet another unit test runner",
"main": "index.js",
"tonicExampleFilename": "example.js",
"files": [
"example.js",
"index.js"
],
"scripts": {
"test": "sh ./test.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-dotest.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-dotest/issues"
},
"dependencies": {},
"devDependencies": {
"codeclimate-test-reporter": "^0.3.1",
"eslint": "^2.10.2",
"istanbul": "^0.4.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.12"
},
"keywords": [
"test",
"unittest"
],
"license": "Unlicense"
}