-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
{
"author": {
"name": "javalitterboy"
},
"bugs": {
"url": "https://github.com/LItterBoy-GB/markdown-it-toc/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "修改自markdown-it-toc工具",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.13.0",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.3.5",
"markdown-it": "^4.1.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^2.1.0"
},
"homepage": "https://github.com/LItterBoy-GB/markdown-it-toc",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "markdown-it-toc-gb",
"repository": {
"type": "git",
"url": "git+https://github.com/LItterBoy-GB/markdown-it-toc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1"
}