forked from sethen/markdown-include
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 824 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-include",
"version": "0.4.4",
"description": "Include markdown files into other markdown files with C style syntax.",
"main": "markdown-include.js",
"repository": {
"type": "git",
"url": "https://github.com/sethen/markdown-include.git"
},
"keywords": [
"markdown-include",
"markdown",
"include"
],
"bin": {
"markdown-include": "./bin/cli.js"
},
"author": "Sethen Maleno",
"license": "ISC",
"bugs": {
"url": "https://github.com/sethen/markdown-include/issues"
},
"homepage": "https://github.com/sethen/markdown-include",
"devDependencies": {
"intern": "^2.2.2"
},
"dependencies": {
"q": "^1.2.0"
},
"scripts": {
"docs": "./bin/cli.js markdown.json",
"test": "node_modules/.bin/intern-client config=tests/intern.js"
}
}