forked from oldfatcrab/docs.buddybuild.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "buddybuild-documentation",
"version": "1.0.0",
"description": "buddybuild's technical documentation",
"main": "-",
"dependencies": {
"boolbase": "^1.0.0",
"buffer-shims": "^1.0.0",
"cheerio": "^0.22.0",
"core-util-is": "^1.0.2",
"css-select": "^1.2.0",
"css-what": "^2.1.0",
"csv-parser": "^1.11.0",
"dom-serializer": "^0.1.0",
"domelementtype": "^1.3.0",
"domhandler": "^2.4.1",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"gitbook-cli": "2.3.0",
"htmlparser2": "^3.9.2",
"inherits": "^2.0.3",
"isarray": "^1.0.0",
"lodash.assignin": "^4.2.0",
"lodash.bind": "^4.2.1",
"lodash.defaults": "^4.2.0",
"lodash.filter": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.foreach": "^4.5.0",
"lodash.map": "^4.6.0",
"lodash.merge": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.reduce": "^4.6.0",
"lodash.reject": "^4.6.0",
"lodash.some": "^4.6.0",
"nth-check": "^1.0.1",
"process-nextick-args": "^1.0.7",
"readable-stream": "^2.2.9",
"safe-buffer": "^5.0.1",
"util-deprecate": "^1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/buddybuild-public/docs.buddybuild.com.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/buddybuild-public/docs.buddybuild.com/issues"
},
"homepage": "https://github.com/buddybuild-public/docs.buddybuild.com",
"scripts": {
"build": "make book"
},
"pre-commit": [],
"snyk": true
}