-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "docogen",
"version": "0.1.6",
"description": "Build your website, doc, and paper one time.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolbuddy/docogen.git"
},
"keywords": [
"docogen",
"document generator"
],
"author": "Kevin Cyu (https://kevinbird61.github.io/Intro/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/toolbuddy/docogen/issues"
},
"dependencies": {
"filehound": "^1.16.2",
"fs-extra": "^4.0.2",
"node-latex-pdf": "^0.0.2",
"mdpdf": "^1.5.1",
"randomstring": "^1.1.5",
"markdown-to-ast": "^5.0.0"
},
"homepage": "https://github.com/toolbuddy/docogen#readme",
"devDependencies": {
"filehound": "^1.16.2",
"fs-extra": "^4.0.2",
"node-latex-pdf": "^0.0.2",
"mdpdf": "^1.5.1",
"randomstring": "~1.1.5",
"markdown-to-ast": "^5.0.0"
}
}