-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.1.10",
"description": "Regression testing tool for WebdriverJS",
"author": "Christian Bromann <mail@christian-bromann.com>",
"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.9.0",
"deepmerge": "^0.2.7",
"glob": "^5.0.5",
"gm": "^1.17.0",
"node-resemble-js": "0.0.4",
"request": "^2.55.0",
"rimraf": "^2.3.2",
"tar": "^2.1.0",
"fs-extra": "^0.18.2",
"tar.gz": "^1.0.1"
},
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "~2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"mocha-istanbul": "^0.2.0",
"nock": "^1.7.1",
"webdriverio": "^2.4.5"
},
"keywords": [
"webdriverjs",
"webdriverio",
"webdriver",
"phantomcss",
"regression",
"test",
"testing",
"css",
"responsive",
"design"
]
}