-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
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
{
"name": "cucumberjs-browser",
"version": "0.1.3",
"description": "CLI for generating browser-based cucumber runner.",
"author": {
"name": "Todd Anderson",
"email": "toddanderson@taanderson.com",
"url": "http://custardbelly.com/blog"
},
"keywords": [
"todd anderson",
"cucumberjs",
"browser",
"bdd",
"tdd"
],
"homepage": "https://github.com/bustardcelly/cucumberjs-browser",
"repository": {
"type": "git",
"url": "https://github.com/bustardcelly/cucumberjs-browser"
},
"bugs": {
"url": "https://github.com/bustardcelly/cucumberjs-browser/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bustardcelly/cucumberjs-browser/LICENSE-MIT"
}
],
"bin": "./bin/cucumberjs-browser.js",
"scripts": {
"test": "node node_modules/.bin/cucumber-js"
},
"dependencies": {
"cucumber": "~0.3.3",
"browserify": "~3.24.11",
"glob": "~3.2.8",
"rimraf": "~2.2.6",
"mkdirp": "~0.3.5",
"lodash": "~2.4.1",
"string": "~1.8.0",
"tape": "~2.4.2",
"colors": "~0.6.2",
"minimist": "0.0.5",
"when": "~2.8.0"
},
"devDependencies": {
"zombie": "~2.0.0-alpha27",
"connect": "~2.12.0"
}
}