coffee
Version:
Test command line on nodejs
52 lines (51 loc) • 1.03 kB
JSON
{
"name": "coffee",
"version": "4.0.0",
"description": "Test command line on nodejs",
"main": "index.js",
"dependencies": {
"debug": "^2.6.8"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-ci": "^1.6.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.1.0",
"mm": "^2.1.0",
"mocha": "2",
"nyc": "^11.0.2",
"spy": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/popomore/coffee.git"
},
"homepage": "https://github.com/popomore/coffee",
"author": "popomore <sakura9515@gmail.com>",
"keywords": [
"test",
"shell",
"spawn",
"fork",
"child_process",
"exec"
],
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"ci": {
"version": "4, 6, 8"
},
"scripts": {
"autod": "autod",
"lint": "eslint .",
"test": "mocha -R spec -t 80000 test/*.js",
"cov": "nyc -r json -r lcov -r text-summary npm test",
"ci": "npm run lint && npm run cov"
},
"files": [
"index.js",
"lib"
]
}