tap-dev-tool
Version:
prettifies TAP in the browser's console
62 lines (61 loc) • 1.42 kB
JSON
{
"name": "tap-dev-tool",
"version": "1.3.0",
"description": "prettifies TAP in the browser's console",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"tap-console-parser": "^1.0.2",
"through2": "^0.6.5"
},
"devDependencies": {
"browserify": "^10.2.3",
"budo": "^4.0.0",
"garnish": "^2.1.3",
"standard": "^4.2.0",
"tape": "^4.0.0",
"uglify-js": "^2.4.23"
},
"scripts": {
"test": "standard",
"uglify": "browserify register.js | uglifyjs > dist/build.js",
"build": "npm run uglify && node tool/build.js",
"build-demo": "browserify test/test-plugin.js -p ./ | uglifyjs -cm > demo/bundle.js",
"prepublish": "npm run build",
"start": "budo test/test-plugin.js:bundle.js --dir demo --live --verbose -p ./ | garnish"
},
"standard": {
"ignore": [
"./dist/*.js"
]
},
"keywords": [
"tap",
"browser",
"visualize",
"tape",
"test",
"tests",
"console",
"log",
"pretty",
"css",
"color",
"colors",
"colour",
"colours"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/tap-dev-tool.git"
},
"homepage": "https://github.com/Jam3/tap-dev-tool",
"bugs": {
"url": "https://github.com/Jam3/tap-dev-tool/issues"
}
}