forked from nodejs/core-validate-commit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 824 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 824 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
{
"name": "core-validate-commit",
"version": "3.0.1",
"description": "Validate the commit message for a particular commit in node core",
"main": "commit.js",
"scripts": {
"pretest": "lintit",
"test": "tap test --cov"
},
"dependencies": {
"chalk": "~1.1.1",
"gitlint-parser-node": "^1.1.0",
"help": "^2.1.3",
"nopt": "^3.0.6"
},
"devDependencies": {
"lintit": "~1.0.1",
"tap": "^6.3.0"
},
"license": "MIT",
"bin": {
"core-validate-commit": "./bin/cmd.js"
},
"author": "Evan Lucas <evanlucas@me.com>",
"repository": {
"type": "git",
"url": "https://github.com/evanlucas/core-validate-commit"
},
"homepage": "https://github.com/evanlucas/core-validate-commit",
"bugs": {
"url": "https://github.com/evanlucas/core-validate-commit/issues"
}
}