-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 991 Bytes
/
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
{
"name": "nightwatchcss",
"version": "0.3.0",
"description": "Regression testing tool for Nightwatch",
"author": "",
"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/yoh/nightwatchcss.git"
},
"dependencies": {
"async": "^0.2.10",
"glob": "^3.2.9",
"gm": "^1.14.2",
"request": "^2.34.0",
"resemble": "^1.0.3",
"rimraf": "^2.2.8",
"tar": "^0.1.19",
"tar.gz": "^0.1.1"
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "~2.10.0",
"fs-extra": "^0.8.1",
"istanbul": "^0.2.7",
"mocha": "^1.18.2",
"mocha-istanbul": "^0.2.0",
"nock": "^0.42.1",
"webdriverio": "^2.2.0"
},
"keywords": [
"nightwatch",
"webdrivercss",
"phantomcss",
"resemble",
"visual",
"regression"
]
}