forked from markdown-it/markdown-it-ins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 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
{
"name": "markdown-it-relativelink",
"version": "0.4.2",
"description": "Markdown-it plugin for relative links",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown"
],
"homepage": "https://github.com/hhhonzik/markdown-it-relativelink",
"repository": {
"type": "git",
"url": "[email protected]:hhhonzik/markdown-it-relativelink.git"
},
"bugs": {
"url": "https://github.com/hhhonzik/markdown-it-relativelink/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "*",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"lodash": "*",
"markdown-it": "^4.4.0",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"request": "*",
"uglify-js": "*"
},
"dependencies": {}
}