suman-test-projects
Version:
Smoke testing projects for Suman library
28 lines (27 loc) • 470 B
JSON
{
"name": "parallel-installs-of-suman",
"version": "0.0.101",
"description": "Test to see if parallel suman installs succeed",
"main": "index.js",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "null"
},
"keywords": [
"Suman",
"bdd",
"tdd",
"test",
"meta"
],
"author": "Olegzandr",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"suman": "oresoftware/suman#dev"
}
}