-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 900 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
{
"name": "markdown-it-obsidian",
"version": "1.1.0",
"description": "Convert obsidian wiki links to markdown links",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexjv89/markdown-it-obsidian.git"
},
"author": "Alex",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexjv89/markdown-it-obsidian/issues"
},
"homepage": "https://github.com/alexjv89/markdown-it-obsidian#readme",
"devDependencies": {
"coveralls": "^2.11.14",
"eslint": "^3.7.1",
"istanbul": "^0.4.5",
"markdown-it": "^8.0.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^3.1.0",
"request": "^2.75.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"extend": "^3.0.0",
"markdown-it-regexp": "^0.4.0",
"sanitize-filename": "^1.6.1"
}
}