tap-only
Version:
Get exclusive / focus tests for node-tap
36 lines (35 loc) • 634 B
JSON
{
"name": "tap-only",
"version": "0.0.5",
"description": "Get exclusive / focus tests for node-tap",
"license": "MIT",
"repository": "jamestalmage/tap-only",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bin": "bin/run-shim.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"bin/run.js",
"bin/run-shim.js"
],
"keywords": [
"tap",
"only",
"exclusive"
],
"peerDependencies": {
"tap": "*"
},
"dependencies": {
"fallback-cli": "^2.0.2"
}
}