-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 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
31
32
33
34
{
"name": "@author.io/metadoc-plugin",
"version": "1.0.12",
"description": "An extendable base class for creating metadoc plugins.",
"main": "index.js",
"scripts": {
"test": "tap -R spec test/*.js && standard | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/author/metadoc-plugin-base.git"
},
"keywords": [
"metadoc",
"plugin",
"documentation",
"json"
],
"author": "Corey Butler",
"license": "MIT",
"bugs": {
"url": "https://github.com/author/metadoc-plugin-base/issues"
},
"homepage": "https://github.com/author/metadoc-plugin-base#readme",
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^12.0.1"
},
"dependencies": {
"chalk": "^2.4.1",
"minimist-string": "^1.0.2"
}
}