forked from webdriverio-boneyard/webdrivercss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.11 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
{
"name": "webdrivercss",
"version": "1.0.6",
"description": "Regression testing tool for WebdriverJS",
"author": "Christian Bromann <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"travis": "./node_modules/.bin/mocha -R $MOCHA_REPORTERS",
"prepublish": "npm prune"
},
"repository": {
"type": "git",
"url": "git://github.com/webdriverio/webdrivercss.git"
},
"dependencies": {
"async": "^0.2.10",
"deepmerge": "^0.2.7",
"glob": "^3.2.9",
"gm": "^1.14.2",
"node-resemble-js": "0.0.4",
"request": "^2.34.0",
"rimraf": "^2.2.8",
"tar": "^0.1.19",
"fs-extra": "^0.16.3",
"tar.gz": "^0.1.1"
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "~2.10.0",
"istanbul": "^0.2.7",
"mocha": "^1.18.2",
"mocha-istanbul": "^0.2.0",
"nock": "^0.42.1",
"webdriverio": "^2.3.0"
},
"keywords": [
"webdriverjs",
"webdriverio",
"webdriver",
"phantomcss",
"regression",
"test",
"testing",
"css",
"responsive",
"design"
]
}