-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 911 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
36
37
38
39
40
41
{
"author": "Richard Littauer",
"name": "audit-templates",
"description": "🏔 Auditing templates used by Maintainer Mountaineer!",
"homepage": "https://github.com/mntnr/audit-templates",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "git://github.com/mntnr/audit-templates.git"
},
"scripts": {
"lint": "standard",
"test": "ava test/test.js"
},
"main": "auditing.js",
"bin": "cli.js",
"engines": {
"node": ">=0.4"
},
"devDependencies": {
"ava": "^0.25.0"
},
"license": "MIT",
"keywords": [
"github",
"markdown",
"documentation",
"audits",
"dx"
],
"dependencies": {
"gh-description": "^0.1.15",
"mkdirp-promise": "^5.0.1",
"mz": "^2.7.0",
"path": "^0.12.7"
},
"bugs": "https://github.com/mntnr/audit-templates/issues",
"contributors": [
"Richard Littauer <richard.littauer@gmail.com>"
]
}