suman-test-projects
Version:
Smoke testing projects for Suman library
37 lines (36 loc) • 788 B
JSON
{
"name": "suman-test-projects",
"version": "0.0.1001",
"description": "Smoke testing projects for Suman library",
"main": "test-all.js",
"scripts": {
"test": "./test/test-all.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-test-projects.git"
},
"keywords": [
"Suman",
"testing",
"bdd",
"tdd",
"ava",
"mocha",
"mochajs"
],
"author": "Olegzandr",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumanjs/suman-test-projects/issues"
},
"homepage": "https://github.com/sumanjs/suman-test-projects#readme",
"devDependencies": {
"suman": "github:oresoftware/suman#dev"
},
"dependencies": {
"byline": "^5.0.0",
"lodash": "^4.17.2",
"rimraf": "^2.5.4"
}
}