-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 1.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "DwarfCucumber",
"description": "Tiny and Semi-Automatic BDD Cucumber",
"version": "0.0.9",
"homepage": "https://github.com/Mah-D/DwarfCucumber",
"author": "Mahdi Eslamimehr <[email protected]>",
"main": "./bin/dc.js",
"engines": {
"node": ">=0.10",
"npm": ">=1.3"
},
"tags": [
"web",
"test",
"bdd",
"guerkin",
"GWT",
"automation",
"functional testing",
"selenium",
"webdriver",
"browser",
"javascript"
],
"keywords": [
"ui",
"automation",
"automated",
"test",
"tests",
"functional",
"integration",
"end-to-end",
"e2e",
"testing",
"browser",
"BDD",
"spec",
"DSL",
"gherkin",
"GWT",
"given",
"when",
"then",
"feature",
"scenario",
"grammar",
"html",
"dom",
"javascript",
"gui",
"coffee",
"coffeescript",
"user",
"interactive",
"interaction",
"click",
"mouse",
"keyboard"
],
"repository": {
"type": "git",
"url": ""
},
"bugs": {
},
"dependencies": {
"adm-zip": "^0.4.4",
"async": "^0.9.0",
"chai": "~1.9.1",
"chokidar": "~0.8.4",
"cli-table": "~0.3.0",
"coffee-script": "~1.7.1",
"commander": "^2.3.0",
"didyoumean": "~1.2.0",
"diff": "~1.0.8",
"dot": "~1.0.2",
"fs-tools": "~0.2.11",
"glob": "^4.0.5",
"mocha": "^1.20.0",
"moment": "^2.6.0",
"request": "^2.40.0",
"wd": "^0.2.27",
"webdriverio": "^2.1.0",
"winston": "~0.7.3",
"yadda": "^0.10.14"
},
"devDependencies": {
"coveralls": "~2.10.0",
"express": "^4.1.2",
"istanbul": "~0.2.10",
"jshint": "~2.5.1",
"mock-utf8-stream": "~0.1.1",
"proxyquire": "^1.0.1",
"sinon": "^1.10.3"
},
"testConfig": {
"port": 3000
}
}