forked from Bitcoin-com/bch-token-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 905 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
{
"name": "bch-token-icons",
"version": "0.0.4",
"description": "A set of icons for all the main Bitcoin Cash tokens, in a range of styles and sizes",
"license": "CC0-1.0",
"repository": "Bitcoin-com/token-icons",
"homepage": "https://developer.bitcoin.com",
"files": [
"32",
"32@2x",
"128",
"svg",
"manifest.json"
],
"keywords": [
"icons",
"icon",
"crypto",
"bch",
"Bitcoin Cash",
"symbols",
"svg",
"png",
"vector",
"color",
"coin",
"bitcoin",
"flat-icons",
"icon-pack",
"icon-set",
"tokens",
"bch-tokens"
],
"scripts": {
"manifest": "node scripts/manifest.js",
"clean": "svgo --multipass --disable=removeViewBox $(globby {svg,originals}/**/*.svg)"
},
"devDependencies": {
"alpha-sort": "^2.0.1",
"coinlist": "^3.0.0",
"globby-cli": "^1.0.1",
"svgo": "^1.2.0"
}
}