minctest
Version:
Minimal testing framework for Node.js.
25 lines (24 loc) • 616 B
JSON
{
"name": "minctest",
"version": "0.0.2",
"description": "Minimal testing framework for Node.js.",
"main": "minctest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeplea/minctest-node.git"
},
"keywords": [
"test",
"testing",
"unittest"
],
"author": "Lewis Van Winkle <LV@codeplea.com> (https://codeplea.com)",
"license": "Zlib",
"bugs": {
"url": "https://github.com/codeplea/minctest-node/issues"
},
"homepage": "https://github.com/codeplea/minctest-node#readme"
}