tapdance
Version:
Test harness that emits the Test Anything Protocol (TAP).
30 lines (29 loc) • 728 B
JSON
{
"name": "tapdance",
"description": "Test harness that emits the Test Anything Protocol (TAP).",
"version": "5.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/daliwali/tapdance"
},
"main": "tapdance.js",
"scripts": {
"build": "npm run extract && npm run compile",
"extract": "lit-md < README.md > tapdance.lisp",
"compile": "./node_modules/sigil-cli/sigil tapdance.lisp > tapdance.js",
"prepare": "npm run build && npm test",
"test": "node test"
},
"devDependencies": {
"espower-loader": "^1.2.2",
"lit-md": "0.0.3",
"power-assert": "^1.5.0",
"sigil-cli": "^1.0.6"
},
"keywords": [
"tap",
"test",
"harness"
]
}