UNPKG

1.27 kBJSONView Raw
1{
2 "name": "mocha-chrome",
3 "version": "1.0.0",
4 "description": "☕ Run Mocha tests using headless Google Chrome",
5 "main": "index.js",
6 "scripts": {
7 "bdd": "mocha test/test.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": "./cli.js"
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 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
26 "babel-plugin-transform-es2015-parameters": "^6.24.1",
27 "babel-polyfill": "^6.26.0",
28 "babel-preset-env": "^1.6.1",
29 "babel-register": "^6.26.0",
30 "chalk": "^2.0.1",
31 "chrome-launcher": "^0.8.1",
32 "chrome-remote-interface": "^0.25.2",
33 "chrome-unmirror": "^0.1.0",
34 "debug": "^3.1.0",
35 "deep-assign": "^2.0.0",
36 "import-local": "^0.1.1",
37 "loglevel": "^1.4.1",
38 "meow": "^3.7.0",
39 "nanobus": "^4.2.0"
40 },
41 "devDependencies": {
42 "chai": "^4.1.0",
43 "eslint": "^4.3.0",
44 "eslint-config-shellscape": "^1.0.1",
45 "execa": "^0.8.0",
46 "mocha": "^4.0.1"
47 }
48}