node-tee
Version:
Simply node test framework
32 lines (31 loc) • 640 B
JSON
{
"name": "node-tee",
"version": "0.2.2",
"description": "Simply node test framework",
"main": "src/index.js",
"scripts": {
"test": "node tests",
"test:watch": "nodemon tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mishaszu/NodeTee.git"
},
"keywords": [
"node",
"nodejs",
"javascript",
"tests",
"test",
"unittests"
],
"author": "mishaszu@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mishaszu/NodeTee/issues"
},
"homepage": "https://github.com/mishaszu/NodeTee#readme",
"dependencies": {
"l-print": "0.0.8"
}
}