-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.26 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
43
44
45
46
47
48
49
50
{
"name": "gradient-badge",
"description": "Badge generator with gradient support",
"version": "1.3.1",
"author": "Boris K",
"bugs": "https://github.com/bokub/gradient-badge/issues",
"dependencies": {
"badgen": "^3.2.1"
},
"devDependencies": {
"@bokub/prettier-config": "^1.0.1",
"ava": "^3.12.1",
"codecov": "^3.0.4",
"is-svg": "^3.0.0",
"lyo": "latest",
"nyc": "^15.1.0",
"prettier": "^2.1.1"
},
"files": [
"index.js",
"colors.js",
"dist"
],
"homepage": "https://github.com/bokub/gradient-badge",
"keywords": [
"badge",
"badgen",
"badges",
"color",
"colors",
"colour",
"gradient",
"gradients",
"readme",
"shields",
"style"
],
"license": "MIT",
"main": "index.js",
"jsdelivr": "dist/gradient-badge.min.js",
"repository": "bokub/gradient-badge",
"reveal": true,
"prettier": "@bokub/prettier-config",
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"prepublishOnly": "lyo",
"test": "nyc ava -v",
"prettier": "prettier --write **/*.{js,md,json,yml}"
}
}