-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
51 lines (51 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "huxley",
"version": "0.8.3",
"description": "New wave front-end testing.",
"main": "index.js",
"scripts": {
"test": "chromedriver & ./node_modules/.bin/selenium & node_modules/.bin/mocha 'source/**/*-test.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/node-huxley.git"
},
"keywords": [
"node",
"huxley",
"test",
"tests",
"unit",
"front-end"
],
"preferGlobal": true,
"bin": {
"hux": "./bin/hux"
},
"author": "chenglou <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenglou/node-huxley/issues"
},
"dependencies": {
"bluebird": "^2.2.1",
"colors": "~0.6.2",
"commander": "~2.1.0",
"concat-stream": "^1.4.6",
"glob": "~3.2.9",
"lodash": "^3.6.0",
"mkdirp": "~0.3.5",
"png-crop": "0.0.0",
"png-diff": "^0.3.0",
"read": "~1.0.5",
"rimraf": "^2.2.8",
"selenium-webdriver": "^2.43.5"
},
"devDependencies": {
"expect": "^0.1.1",
"jest-cli": "^0.1.17",
"mocha": "^1.20.1",
"nexpect": "^0.4.2",
"selenium-server": "^2.43.1"
}
}