forked from MattiSG/Watai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.38 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
{
"name": "watai",
"version": "0.3.1-alpha1",
"description": "A declarative full-stack web testing framework. Maintainable integration tests for all browsers.",
"keywords": [
"test",
"testing",
"validation",
"behavior",
"behaviour",
"BDD",
"TDD",
"integration",
"browser",
"cross-browser"
],
"homepage": "https://github.com/MattiSG/Watai/",
"bugs": "https://github.com/MattiSG/Watai/issues",
"author": "Matti Schneider <[email protected]> (http://mattischneider.fr)",
"contributors": [
"Nicolas Dupont (http://ontherailsagain.com)"
],
"files": [
"src",
"doc",
"go",
"README.md",
"npm-shrinkwrap.json",
"license.LGPL.txt"
],
"main": "src/index.js",
"bin": "go",
"directories": {
"lib": "./src",
"doc": "./doc",
"example": "./example"
},
"repository": {
"type": "git",
"url": "https://github.com/MattiSG/Watai.git"
},
"scripts": {
"test": "./go test"
},
"engines": {
"node": ">=0.6.18"
},
"dependencies": {
"q": "0.8",
"mootools": "1.4",
"winston": "0.6",
"selenium-webdriverjs": "0.1.0-r17990",
"mattisg.configloader": "0.1.2-beta"
},
"optionalDependencies": {
"growl": "1.6"
},
"devDependencies": {
"should": "1.1",
"mocha": "1.4",
"visionmedia-jscoverage": "1.0",
"longjohn": "0.0.3"
},
"preferGlobal": true
}