forked from amyreese/markdown-pp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 796 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
{
"name": "markdown-pp-js",
"version": "1.0.0",
"description": "Markdown pre-processor in Javascript",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "chmod a+x ./compare && ./compare",
"testbb": "busybox sh -c ./compare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeRalphson/markdown-pp-js.git"
},
"keywords": [
"markdown",
"md",
"preprocessor",
"pre-processor",
"markdownpp",
"markdown-pp"
],
"author": "Mike Ralphson",
"license": "MIT",
"bugs": {
"url": "https://github.com/MikeRalphson/markdown-pp-js/issues"
},
"homepage": "https://github.com/MikeRalphson/markdown-pp-js#readme",
"dependencies": {
"node-fetch": "^1.6.3",
"yargs": "^5.0.0"
}
}