UNPKG

mixed-tape

Version:
53 lines (52 loc) 1.31 kB
{ "name": "mixed-tape", "version": "1.0.2", "main": "index.js", "scripts": { "test": "standard && tape test/*.spec.js | tap-spec", "test:browser": "node ./util/browserify.build.js | tape-run | tap-spec", "lint": "standard --fix", "coverage": "nyc --reporter=lcov npm test", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "author": "Aram Drevekenin <grimsniffer@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/imsnif/mixed-tape.git" }, "description": "Run tape tests concurrently", "files": [ "/lib", "/README.md", "/LICENSE.md", "/index.js" ], "keywords": [ "test", "tape", "concurrent", "parallel", "replacement" ], "dependencies": { "browser-stdout": "^1.3.1", "debounce": "^1.2.0" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-transform-async-to-generator": "^7.1.0", "babelify": "^10.0.0", "browserify": "^16.2.3", "coveralls": "^3.0.2", "nyc": "^13.0.1", "proxyquire": "^2.1.0", "proxyquire-universal": "^1.0.8", "proxyquireify": "^3.2.1", "sinon": "^6.3.4", "standard": "^12.0.1", "tap-spec": "^5.0.0", "tape": "^4.9.1", "tape-run": "^4.0.0" } }