UNPKG

2.47 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "0.5.0",
4 "description": "Futuristic test runner 🚀",
5 "license": "MIT",
6 "repository": "sindresorhus/ava",
7 "homepage": "https://ava.li",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "sindresorhus.com"
12 },
13 "maintainers": [
14 {
15 "name": "Sindre Sorhus",
16 "email": "sindresorhus@gmail.com",
17 "url": "sindresorhus.com"
18 },
19 {
20 "name": "Kevin MÃ¥rtensson",
21 "email": "kevinmartensson@gmail.com",
22 "url": "github.com/kevva"
23 },
24 {
25 "name": "Vadim Demedes",
26 "email": "vdemedes@gmail.com",
27 "url": "github.com/vdemedes"
28 }
29 ],
30 "bin": "cli.js",
31 "engines": {
32 "node": ">=0.10.0"
33 },
34 "scripts": {
35 "test": "xo && nyc tape test/*.js | tap-spec",
36 "test-win": "tape test/*.js | tap-spec",
37 "coveralls": "nyc report --reporter=text-lcov | coveralls"
38 },
39 "files": [
40 "index.js",
41 "cli.js",
42 "lib"
43 ],
44 "keywords": [
45 "cli-app",
46 "cli",
47 "ava",
48 "test",
49 "runner",
50 "concurrent",
51 "parallel",
52 "fast",
53 "tape",
54 "tap",
55 "mocha",
56 "qunit",
57 "jasmine",
58 "tdd",
59 "assert",
60 "assertion",
61 "futuristic",
62 "promise",
63 "promises",
64 "async",
65 "function",
66 "await",
67 "generator",
68 "generators",
69 "yield",
70 "observable",
71 "observables"
72 ],
73 "dependencies": {
74 "arr-flatten": "^1.0.1",
75 "ava-init": "^0.1.0",
76 "babel-core": "^5.8.23",
77 "babel-plugin-espower": "^1.1.0",
78 "babel-runtime": "^5.8.29",
79 "bluebird": "^3.0.0",
80 "chalk": "^1.0.0",
81 "co-with-promise": "^4.6.0",
82 "core-assert": "^0.1.0",
83 "destroy-circular": "jamestalmage/destroy-circular#feeb7d1",
84 "empower": "^1.1.0",
85 "figures": "^1.4.0",
86 "fn-name": "^2.0.0",
87 "globby": "^4.0.0",
88 "has-flag": "^1.0.0",
89 "is-generator-fn": "^1.0.0",
90 "loud-rejection": "^1.2.0",
91 "max-timeout": "^1.0.0",
92 "meow": "^3.3.0",
93 "plur": "^2.0.0",
94 "power-assert-formatter": "^1.3.0",
95 "power-assert-renderers": "^0.1.0",
96 "pretty-ms": "^2.0.0",
97 "require-from-string": "^1.1.0",
98 "resolve-from": "^1.0.0",
99 "set-immediate-shim": "^1.0.1",
100 "squeak": "^1.2.0",
101 "update-notifier": "^0.5.0"
102 },
103 "devDependencies": {
104 "coveralls": "^2.11.4",
105 "nyc": "^3.2.2",
106 "signal-exit": "^2.1.2",
107 "tap-spec": "^4.1.0",
108 "tape": "^4.0.0",
109 "xo": "*",
110 "zen-observable": "^0.1.6"
111 }
112}