-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
executable file
·59 lines (59 loc) · 1.24 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
{
"name": "hardy",
"version": "1.2.0",
"description": "A collection of steps to run CSS tests using Cucumber and Selenium",
"homepage": "http://hardy.io/",
"bugs": {
"url": "https://github.com/thingsinjars/Hardy/issues"
},
"keywords": [
"cucumber",
"selenium",
"automated",
"css",
"test"
],
"author": {
"name": "Simon Madine",
"email": "[email protected]",
"web": "http://thingsinjars.com"
},
"bin": {
"hardy": "./bin/hardy"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"licenses": [
{
"type": "MIT",
"url": "http://thingsinjars.mit-license.org/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/thingsinjars/Hardy.git"
},
"dependencies": {
"onecolor": "~2.4.0",
"cucumber": "0.3.0",
"webdriverio": "^2.1.0",
"phantomjs": "~1.9.11",
"selenium-standalone": "~2.43.1-5",
"win-spawn": "2.0.0",
"colorlog": "~0.1.1",
"gm": "1.13.3"
},
"devDependencies": {
"jasmine-node": "1.10.2",
"mockery": "latest",
"grunt": "~0.4.1",
"grunt-jasmine-node": "~0.1.0",
"grunt-shell": "~0.3.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.3"
}
}