forked from MarkBind/markbind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "markbind-cli",
"version": "1.6.2",
"description": "Command line interface for MarkBind",
"main": "index.js",
"bin": {
"markbind": "./index.js"
},
"keywords": [
"mark",
"markdown",
"markbind",
"fragment",
"reusable",
"CLI"
],
"author": "Jiang Sheng <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.7",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"chokidar": "^1.6.1",
"clear": "^0.0.1",
"commander": "^2.9.0",
"ejs": "^2.5.5",
"figlet": "^1.2.0",
"fs-extra-promise": "^0.4.1",
"gh-pages": "^1.1.0",
"highlight.js": "^9.10.0",
"htmlparser2": "MarkBind/htmlparser2#v3.10.0-markbind.1",
"ignore": "^3.2.0",
"js-beautify": "^1.6.12",
"live-server": "^1.2.0",
"lodash": "^4.17.5",
"markdown-it": "^8.3.0",
"markdown-it-anchor": "^4.0.0",
"markdown-it-emoji": "^1.3.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-table-of-contents": "^0.3.2",
"markdown-it-task-lists": "^1.4.1",
"markdown-it-video": "^0.4.0",
"nunjucks": "^3.0.0",
"path-is-inside": "^1.0.2",
"walk-sync": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/MarkBind/markbind.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"pretest": "npm run lint",
"testwin": "cd test/test_site && test.bat",
"test": "cd test/test_site && ./test.sh"
},
"devDependencies": {
"diff": "^3.5.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-lodash": "^2.6.1"
}
}