-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 974 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
{
"name": "autobadge",
"version": "1.3.1",
"description": "simple CLI tool to generate repository badges",
"main": "index.js",
"bin": {
"autobadge": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm publish",
"lint": "xo --prittier"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deep5050/autobadge.git"
},
"keywords": [
"badge",
"md",
"markdown",
"readme",
"doc",
"documentation",
"document",
"repo",
"repository",
"badge-generator",
"shields",
"badgen",
"badges"
],
"author": "dipankar pal <dipankarpal5050@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deep5050/autobadge/issues"
},
"homepage": "https://github.com/deep5050/autobadge#readme",
"files": [
"index.js"
],
"dependencies": {
"conf": "^6.2.4",
"qoa": "^0.2.0"
},
"devDependencies": {}
}