-
Notifications
You must be signed in to change notification settings - Fork 250
/
package.json
44 lines (44 loc) · 949 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
40
41
42
43
44
{
"name": "markdown-styles",
"description": "Markdown to HTML generator and multiple CSS themes for Markdown",
"version": "3.2.0",
"author": {
"name": "Mikito Takada",
"email": "[email protected]",
"url": "http://blog.mixu.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/mixu/markdown-styles.git"
},
"bin": {
"generate-md": "bin/generate-md"
},
"keywords": [
"markdown",
"markup",
"html",
"documentation",
"docs",
"static",
"highlight"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec ./test/*.test.js"
},
"dependencies": {
"handlebars": "^4.7.6",
"markdown-stream-utils": "^1.6.0",
"pipe-iterators": "~1.3.0",
"resolve": "^1.20.0",
"wildglob": "~0.1.1",
"xtend": "~4.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"file-fixture": "0.0.2",
"mds-csv": "0.0.0"
}
}