forked from SOFTWARE-CLINIC/featurebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.49 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
{
"name": "featurebook",
"version": "0.0.15",
"description": "A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.",
"bin": {
"featurebook": "./bin/featurebook.js"
},
"preferGlobal": true,
"scripts": {
"test": "mocha --reporter spec --timeout 15000 test/lib && karma start test/public/karma.conf.js"
},
"keywords": [
"gherkin",
"cucumber",
"editor",
"xp",
"bdd",
"attd",
"feature",
"specification",
"documentation",
"browser",
"viewer",
"cute",
"beautiful",
"markdown",
"albania",
"gang"
],
"author": {
"name": "Daniel Pacak",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/SOFTWARE-CLINIC/featurebook.git"
},
"bugs": {
"url": "https://github.com/SOFTWARE-CLINIC/featurebook/issues"
},
"license": "Apache 2",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"bash-color": "0.0.3",
"body-parser": "^1.13.1",
"commander": "^2.8.1",
"express": "^4.12.4",
"gherkin": "^2.12.2",
"lodash": "^3.9.3",
"marked": "^0.3.3",
"mkdirp": "^0.5.1",
"officegen": "^0.2.9",
"opener": "^1.4.1",
"pdfkit": "^0.7.1"
},
"devDependencies": {
"chai": "^3.0.0",
"concat-stream": "^1.4.8",
"karma": "^0.12.25",
"karma-jasmine": "^0.3.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0"
}
}