-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 646 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 646 Bytes
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
{
"name": "@author.io/metadoc-md",
"version": "0.0.5",
"description": "Parse markdown code within description attributes of a metadoc output file.",
"bin": {
"metadoc-md": "cli.js"
},
"main": "index.js",
"scripts": {
"test": "tap -R spec test/*.js && standard --verbose | snazzy"
},
"keywords": [
"metadoc",
"markdown",
"md",
"gfm"
],
"author": "Corey Butler",
"license": "MIT",
"dependencies": {
"@author.io/metadoc-plugin": "^1.0.12",
"marked": "^0.6.2",
"traverse": "^0.6.6"
},
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^14.2.0"
}
}