-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
{
"name": "til",
"version": "0.0.0",
"description": "short entries of information for my own reference & retention 📓",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"graph": "dot -Tsvg static/tag-graph.dot > static/tag-graph.svg",
"build": "node build/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tg-z/til.git"
},
"author": "tg-z <[email protected]> (https://pond.computer/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tg-z/til/issues"
},
"homepage": "https://github.com/tg-z/til#readme",
"devDependencies": {
"@textlint/markdown-to-ast": "^6.0.9",
"colors-cli": "^1.0.20",
"ejs": "^2.6.1",
"fs-extra": "^7.0.0",
"gh-pages": "^2.0.1",
"html-minifier": "^3.5.20",
"loading-cli": "^1.0.8",
"marked": "^1.2.5"
}
}