ava
Version:
Futuristic test runner 🚀
113 lines (112 loc) • 2.47 kB
JSON
{
"name": "ava",
"version": "0.5.0",
"description": "Futuristic test runner 🚀",
"license": "MIT",
"repository": "sindresorhus/ava",
"homepage": "https://ava.li",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Kevin MÃ¥rtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
{
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vdemedes"
}
],
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && nyc tape test/*.js | tap-spec",
"test-win": "tape test/*.js | tap-spec",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"cli-app",
"cli",
"ava",
"test",
"runner",
"concurrent",
"parallel",
"fast",
"tape",
"tap",
"mocha",
"qunit",
"jasmine",
"tdd",
"assert",
"assertion",
"futuristic",
"promise",
"promises",
"async",
"function",
"await",
"generator",
"generators",
"yield",
"observable",
"observables"
],
"dependencies": {
"arr-flatten": "^1.0.1",
"ava-init": "^0.1.0",
"babel-core": "^5.8.23",
"babel-plugin-espower": "^1.1.0",
"babel-runtime": "^5.8.29",
"bluebird": "^3.0.0",
"chalk": "^1.0.0",
"co-with-promise": "^4.6.0",
"core-assert": "^0.1.0",
"destroy-circular": "jamestalmage/destroy-circular#feeb7d1",
"empower": "^1.1.0",
"figures": "^1.4.0",
"fn-name": "^2.0.0",
"globby": "^4.0.0",
"has-flag": "^1.0.0",
"is-generator-fn": "^1.0.0",
"loud-rejection": "^1.2.0",
"max-timeout": "^1.0.0",
"meow": "^3.3.0",
"plur": "^2.0.0",
"power-assert-formatter": "^1.3.0",
"power-assert-renderers": "^0.1.0",
"pretty-ms": "^2.0.0",
"require-from-string": "^1.1.0",
"resolve-from": "^1.0.0",
"set-immediate-shim": "^1.0.1",
"squeak": "^1.2.0",
"update-notifier": "^0.5.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"nyc": "^3.2.2",
"signal-exit": "^2.1.2",
"tap-spec": "^4.1.0",
"tape": "^4.0.0",
"xo": "*",
"zen-observable": "^0.1.6"
}
}