forked from spothq/cryptocurrency-icons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.1 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
51
52
53
54
55
56
57
58
59
{
"name": "cryptocurrency-icons",
"version": "0.16.1",
"description": "A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes",
"license": "CC0-1.0",
"repository": "atomiclabs/cryptocurrency-icons",
"homepage": "http://cryptoicons.co",
"files": [
"32",
"32@2x",
"128",
"svg",
"manifest.json"
],
"keywords": [
"cryptocurrency",
"icons",
"icon",
"crypto",
"currency",
"cryptocurrencies",
"currencies",
"symbols",
"svg",
"png",
"vector",
"color",
"coin",
"bitcoin",
"ethereum",
"flat-icons",
"altcoin",
"altcoins",
"icon-pack",
"icon-set",
"erc20-tokens",
"erc20",
"erc721"
],
"scripts": {
"test": "xo",
"manifest": "node scripts/manifest.js",
"clean": "svgo --multipass --disable=removeViewBox $(globby {svg,originals}/**/*.svg)"
},
"devDependencies": {
"alpha-sort": "^2.0.1",
"coinlist": "^3.1.2",
"get-svg-colors": "^1.5.1",
"globby-cli": "^1.0.1",
"husky": "^1.3.1",
"svgo": "^1.3.0",
"xo": "^0.24.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run manifest && npm run clean"
}
}
}