forked from beaugunderson/codeowners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
42
{
"name": "codeowners",
"version": "4.2.0",
"description": "A tool for working with CODEOWNERS files",
"main": "codeowners.js",
"types": "codeowners.d.ts",
"bin": {
"codeowners": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"codeowners",
"github",
"gitlab"
],
"contributors": [
"Beau Gunderson <[email protected]> (https://beaugunderson.com/)",
"Noah Manneschmidt (https://noah.manneschmidt.net/)"
],
"license": "MIT",
"dependencies": {
"commander": "^6.0.0",
"find-up": "^2.1.0",
"ignore": "^3.3.3",
"is-directory": "^0.3.1",
"lodash.intersection": "^4.4.0",
"lodash.maxby": "^4.6.0",
"lodash.padend": "^4.6.1",
"true-case-path": "^1.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/beaugunderson/codeowners.git"
},
"bugs": {
"url": "https://github.com/beaugunderson/codeowners/issues"
},
"homepage": "https://github.com/beaugunderson/codeowners#readme"
}