2018-01-04 23:17:44 +00:00
|
|
|
{
|
2018-09-17 06:48:00 +00:00
|
|
|
"name": "cryptocurrency-icons",
|
2019-01-13 02:48:21 +00:00
|
|
|
"version": "0.10.0",
|
2018-09-17 06:48:00 +00:00
|
|
|
"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",
|
2018-11-28 10:10:34 +00:00
|
|
|
"svg",
|
|
|
|
"manifest.json"
|
2018-09-17 06:48:00 +00:00
|
|
|
],
|
|
|
|
"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",
|
2019-01-13 02:34:42 +00:00
|
|
|
"clean": "svgo --multipass --disable=removeViewBox $(globby {svg,originals}/**/*.svg)"
|
2018-09-17 06:48:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"alpha-sort": "^2.0.1",
|
|
|
|
"coinlist": "^3.0.0",
|
|
|
|
"globby-cli": "^1.0.1",
|
2019-01-13 02:34:42 +00:00
|
|
|
"husky": "^1.3.1",
|
|
|
|
"svgo": "^1.1.1",
|
2018-09-17 06:48:00 +00:00
|
|
|
"xo": "^0.23.0"
|
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm run manifest && npm run clean"
|
|
|
|
}
|
|
|
|
}
|
2018-01-04 23:17:44 +00:00
|
|
|
}
|