UNPKG

918 BJSONView Raw
1{
2 "name": "unitest",
3 "version": "0.14.6",
4 "description": "Run browser and node tests with coverage reports",
5 "author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
6 "repository": "git@github.com:rtsao/unitest.git",
7 "homepage": "https://github.com/rtsao/unitest",
8 "bugs": "https://github.com/rtsao/unitest/issues",
9 "main": "index.js",
10 "bin": "bin/cli.js",
11 "scripts": {
12 "test": "node test/index.js"
13 },
14 "dependencies": {
15 "backoff": "^2.5.0",
16 "electron": "^1.4.13",
17 "exit-code": "^1.0.2",
18 "getport": "^0.1.0",
19 "istanbul": "^0.4.3",
20 "istanbul-reporter-raw-json": "^1.0.1",
21 "merge2": "^1.0.2",
22 "minimist": "^1.2.0",
23 "multistream": "^2.0.5",
24 "run-parallel": "^1.1.6",
25 "tap-finished": "0.0.1",
26 "tap-merge": "^0.3.1"
27 },
28 "devDependencies": {
29 "tap-parser": "~0.2.0",
30 "tape": "^4.4.0"
31 },
32 "engines": {
33 "npm": "^3.0.0"
34 },
35 "license": "MIT"
36}