suman-test-projects
Version:
Smoke testing projects for Suman library
30 lines (29 loc) • 523 B
JSON
{
"name": "node-path-test",
"version": "0.0.101",
"description": "Test to see if NODE_PATH precedence works with Suman ecosystem",
"main": "index.js",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "null"
},
"keywords": [
"Suman",
"bdd",
"tdd",
"test",
"meta"
],
"author": "Olegzandr",
"license": "ISC",
"dependencies": {
"istanbul": "^0.4.5",
"which": "^1.2.12"
},
"devDependencies": {
"suman": "oresoftware/suman#dev"
}
}