UNPKG

1.14 kBJSONView Raw
1{
2 "name": "documentative",
3 "version": "0.4.8",
4 "description": "a tool for generating docs from markdown",
5 "keywords": [
6 "documentation-generator",
7 "markdown",
8 "navigation",
9 "precompile"
10 ],
11 "main": "index.js",
12 "scripts": {
13 "test": "echo \"no test specified\"",
14 "serve": "documentative-serve ."
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/dragonwocky/documentative.git"
19 },
20 "author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/dragonwocky/documentative/issues"
24 },
25 "homepage": "https://dragonwocky.me/documentative/#",
26 "dependencies": {
27 "highlight.js": "^9.18.1",
28 "klaw": "^3.0.0",
29 "less": "^3.11.1",
30 "marked": "^1.1.0",
31 "mime-types": "^2.1.26",
32 "minimist": "^1.2.5",
33 "pug": "^2.0.4"
34 },
35 "devDependencies": {
36 "prettier": "^2.0.2",
37 "@prettier/plugin-pug": "^1.2.0"
38 },
39 "bin": {
40 "documentative-build": "bin.js",
41 "documentative-serve": "bin.js"
42 },
43 "files": [
44 "bin.js",
45 "styling-guide.md",
46 "resources"
47 ]
48}