forked from sourcey/spectacle
-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
78 lines (78 loc) · 2.09 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
{
"name": "dociql",
"version": "1.1.7",
"description": "Generate beautiful static API documentation from GraphQL Schema",
"preferGlobal": true,
"bin": {
"dociql": "bin/dociql.js"
},
"scripts": {
"build": "node bin/dociql -l eevee.png config.yml",
"publish": "node bin/dociql -l eevee.png -t docs config.yml",
"test": "nyc --lines 85 --reporter=lcovonly --reporter=text-summary mocha && node bin/dociql -l eevee.png config.yml",
"develop": "dociql -d",
"start": "dociql -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wayfair/dociql.git"
},
"engines": {
"node": ">=8"
},
"keywords": [
"graphql",
"docs",
"documentation",
"builder",
"generator"
],
"author": "Dennis Miasoutov <dmiasoutov@wayfair.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sourcey/dociql/issues"
},
"homepage": "https://github.com/wayfair/dociql",
"dependencies": {
"bluebird": "3.7.2",
"cheerio": "1.0.0-rc.12",
"clarify": "2.1.0",
"coffeescript": "2.7.0",
"commander": "6.2.1",
"foundation-sites": "6.7.5",
"graphql": "14.7.0",
"graphql-2-json-schema": "0.9.1",
"graphql-json-schema": "0.1.2",
"grunt": "1.5.3",
"grunt-compile-handlebars": "2.0.2",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-handlebars": "2.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-embed": "0.2.1",
"grunt-prettify": "0.4.0",
"grunt-sass": "3.1.0",
"handlebars": "4.7.7",
"highlight.js": "9.18.5",
"js-yaml": "3.14.1",
"json-refs": "3.0.15",
"json-stable-stringify": "1.0.1",
"lodash": "4.17.21",
"marked": "0.8.2",
"node-sass": "6.0.1",
"sync-request": "6.1.0",
"tmp": "0.2.1",
"trace": "3.1.1"
},
"devDependencies": {
"chai": "4.3.6",
"codecov": "3.8.2",
"mocha": "8.4.0",
"nyc": "14.1.1"
}
}