package.json
{
"name": "command-test",
"version": "1.1.1",
"description": "The easy way to test commands.",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robojones/command-test.git"
},
"keywords": [
"command",
"testing",
"test",
"promises",
"promise",
"commands"
],
"author": "robojones",
"license": "MIT",
"bugs": {
"url": "https://github.com/robojones/command-test/issues"
},
"homepage": "https://github.com/robojones/command-test#readme",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-ultra": "^0.4.5",
"istanbul": "1.1.0-alpha.1",
"mocha": "^4.0.0"
},
"dependencies": {
"better-events": "^3.0.5"
}
}