-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 969 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
42
43
44
45
46
47
48
{
"name": "whodidwhat",
"version": "1.1.0",
"description": "Post processing for name-your-contributors.",
"license": "MIT",
"repository": "mntnr/whodidwhat",
"author": {
"name": "Thomas Getgood",
"email": "[email protected]"
},
"bin": "src/cli.js",
"scripts": {
"lint": "standard",
"test": "ava --no-color test/*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"cli-app",
"cli",
"name",
"contribs",
"contrib",
"contributor",
"contributors",
"github",
"OSS",
"open source",
"commenters",
"creators",
"reviewers",
"review",
"code review",
"community",
"contribute",
"contributing"
],
"dependencies": {
"minimist": "^1.2.0"
},
"devDependencies": {
"ava": "^1.2.1",
"semantic-release": "^15.13.4",
"standard": "^12.0.1"
},
"engines": {
"nodejs": ">=6.12.0"
}
}