-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 980 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 980 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
35
36
37
38
39
40
41
42
43
{
"author": "Simon Vansintjan",
"name": "covgen",
"description": "Pulls down the Contributors Covenant into your project.",
"homepage": "https://github.com/simonv3/covenant-generator",
"version": "3.2.1",
"repository": {
"type": "git",
"url": "git://github.com/simonv3/covenant-generator.git"
},
"scripts": {
"lint": "standard",
"test": "ava test/test.js"
},
"main": "covenant.js",
"bin": "cli.js",
"engines": {
"node": ">=10"
},
"devDependencies": {
"ava": "^0.25.0"
},
"license": "MIT",
"keywords": [
"github",
"markdown",
"documentation",
"code-of-conduct",
"contributors-covenant"
],
"dependencies": {
"bent": "^7.3.0",
"mkdirp": "^1.0.3",
"mz": "^2.7.0"
},
"bugs": "https://github.com/simonv3/covenant-generator/issues",
"contributors": [
"Simon <contact@vansintjan.net>",
"Richard Littauer <richard.littauer@gmail.com>",
"Gary DeLaney",
"Coraline Ada"
]
}