suman-test-projects
Version:
Smoke testing projects for Suman library
32 lines (31 loc) • 783 B
JSON
{
"name": "suman-installation-test-project",
"version": "1.0.0",
"description": "test the installation of suman into an independent project",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/suman --config conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-installation-test-project.git"
},
"keywords": [
"suman",
"test",
"bdd",
"tdd"
],
"author": "Olegzandr Denman",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumanjs/suman-installation-test-project/issues"
},
"homepage": "https://github.com/sumanjs/suman-installation-test-project#readme",
"devDependencies": {
"suman": "github:oresoftware/suman#dev"
}
}