UNPKG

1.02 kBJSONView Raw
1{
2 "name": "mocha-chrome",
3 "version": "0.3.0",
4 "description": "☕ Run Mocha tests using headless Google Chrome",
5 "main": "index.js",
6 "scripts": {
7 "bdd": "mocha test/test.js test/cli.js --timeout 10000",
8 "lint": "eslint index.js bin/* lib/*.js test/*.js",
9 "test": "npm run lint && npm run bdd"
10 },
11 "bin": {
12 "mocha-chrome": "./bin/mocha-chrome"
13 },
14 "engines": {
15 "node": ">= 7.6.0"
16 },
17 "repository": "shellscape/mocha-chrome",
18 "author": {
19 "name": "Andrew Powell",
20 "email": "andrew@shellscape.org",
21 "url": "shellscape.org"
22 },
23 "license": "MIT",
24 "dependencies": {
25 "chalk": "^2.0.1",
26 "chrome-launcher": "^0.8.1",
27 "chrome-remote-interface": "^0.25.2",
28 "chrome-unmirror": "^0.1.0",
29 "deep-assign": "^2.0.0",
30 "loglevel": "^1.4.1",
31 "meow": "^3.7.0",
32 "nanobus": "^4.2.0"
33 },
34 "devDependencies": {
35 "chai": "^4.1.0",
36 "eslint": "^4.3.0",
37 "eslint-config-shellscape": "^1.0.1",
38 "execa": "^0.8.0",
39 "mocha": "^4.0.1"
40 }
41}