forked from webdriverio-boneyard/webdrivercss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.76 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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",
"fs-extra": "^0.18.2",
"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",
"tar.gz": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"chai": "^2.3.0",
"coveralls": "~2.11.2",
"eslint": "^2.5.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-npm": "0.0.2",
"istanbul": "^0.3.13",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.2.4",
"mocha-istanbul": "^0.2.0",
"nock": "^1.7.1",
"wdio-mocha-framework": "^0.2.12",
"webdriverio": "^4.0.9"
},
"keywords": [
"webdriverjs",
"webdriverio",
"webdriver",
"phantomcss",
"regression",
"test",
"testing",
"css",
"responsive",
"design"
]
}