forked from cucumber/cucumber-js
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
162 lines (162 loc) · 5.44 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "cucumber",
"description": "The official JavaScript implementation of Cucumber.",
"keywords": [
"testing",
"bdd",
"cucumber",
"gherkin",
"tests"
],
"version": "1.3.0",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
"contributors": [
"Julien Biezemans <[email protected]> (http://jbpros.net)",
"Fernando Acorreia <[email protected]>",
"Paul Jensen <[email protected]>",
"Kushal Pisavadia",
"Olivier Melcher <[email protected]>",
"Tristan Dunn <[email protected]>",
"Ted de Koning",
"Renier Morales <[email protected]>",
"Aslak Hellesøy <[email protected]>",
"Aaron Garvey",
"Omar Gonzalez <[email protected]>",
"Chris Young <[email protected]>",
"Israel Halle <[email protected]>",
"Matteo Collina <[email protected]>",
"Niklas Närhinen <[email protected]>",
"Kim, Jang-hwan <[email protected]>",
"Michael Zedeler <[email protected]>",
"Tom V <[email protected]>",
"David Godfrey <[email protected]>",
"Paul Shannon (http://devpaul.com)",
"Simon Dean <[email protected]> (http://www.simondean.org)",
"John Wright <[email protected]>",
"Johny Jose <[email protected]>",
"Marat Dyatko <[email protected]>",
"Tim Perry <[email protected]>",
"Fedotov Daniil <[email protected]>",
"unknown <[email protected]>",
"Ben Van Treese <[email protected]>",
"Gabe Hayes <[email protected]>",
"Brian Clozel <[email protected]>",
"Lukas Degener <[email protected]>",
"Simon Lampen <[email protected]>",
"Eddie Loeffen <[email protected]>",
"Stanley Shyiko <[email protected]>",
"Artur Kania <[email protected]>",
"Sam Saccone <[email protected]>",
"Craig Morris <[email protected]>",
"Gary Taylor <[email protected]>",
"Krispin Schulz <[email protected]>",
"Elwyn <[email protected]>",
"Jan-Eric Duden <[email protected]>",
"kostya.misura <[email protected]>",
"Julian <[email protected]>",
"nebehr <[email protected]>",
"Jesse Harlin <[email protected]>",
"Sonny Piers <[email protected]>",
"Will Farrell <[email protected]>",
"Kevin Kirsche <[email protected]>",
"chrismilleruk <[email protected]>",
"Mateusz Derks <[email protected]>",
"Mark Amery <[email protected]>",
"Artem Repko <[email protected]>",
"zs-zs <[email protected]>",
"Dale Gardner <[email protected]>",
"Charles Rudolph <[email protected]>",
"Karthik Viswanath <[email protected]>",
"Marcel Hoyer <[email protected]>",
"Artem Bronitsky <[email protected]>",
"Karine Pires <[email protected]>",
"Rick Lee-Morlang <[email protected]>",
"Noah Davis <[email protected]>",
"Miika Hänninen <[email protected]>",
"Kevin Goslar <[email protected]>",
"John Krull <[email protected]>",
"Maxim Koretskiy <[email protected]>",
"seantdg <[email protected]>",
"Marc Burton <[email protected]>",
"Jonathan Kim <[email protected]>",
"Ádám Gólya <[email protected]>",
"Scott Deakin <[email protected]>",
"efokschaner <[email protected]>",
"John McLaughlin <[email protected]>",
"Josh Goldberg <[email protected]>",
"Artur Pomadowski <[email protected]>",
"Benjamín Eidelman <[email protected]>",
"Jan Molak <[email protected]>",
"dbillingham <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/cucumber/cucumber-js.git"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/cucumber/cucumber-js/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/cucumber",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"camel-case": "^3.0.0",
"cli-table": "^0.3.1",
"co": "^4.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"duration": "^0.2.0",
"figures": "1.7.0",
"fibers": "^1.0.7",
"gherkin": "^4.0.0",
"glob": "^7.0.0",
"is-generator": "^1.0.2",
"lodash": "^4.0.0",
"meteor-promise": "^0.7.2",
"stack-chain": "^1.3.5",
"stacktrace-js": "^1.3.0"
},
"devDependencies": {
"ansi_up": "^1.3.0",
"async": "^1.5.0",
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"connect": "^3.4.0",
"exorcist": "^0.4.0",
"fs-extra": "^0.26.0",
"jasmine": "2.4.1",
"jshint": "^2.9.1",
"json-diff": "^0.3.1",
"rimraf": "^2.4.3",
"serve-static": "^1.10.0",
"sinon": "^1.17.3",
"tmp": "0.0.28"
},
"scripts": {
"feature-test": "node ./bin/cucumber.js",
"feature-test-es5": "node ./bin/cucumber.js -p es5",
"lint": "jshint bin features lib scripts spec",
"test": "npm run lint && npm run unit-test && npm run feature-test",
"test-es5": "npm run lint && npm run unit-test && npm run feature-test-es5",
"unit-test": "jasmine",
"prebuild-release": "npm install",
"build-release": "node ./scripts/release.js"
},
"bin": {
"cucumber.js": "./bin/cucumber.js",
"cucumber-js": "./bin/cucumber.js",
"cucumberjs": "./bin/cucumber.js"
},
"license": "MIT",
"files": [
"bin/",
"lib/",
"release/"
]
}