cryptocurrency-icons/package.json

60 lines
1.1 KiB
JSON
Raw Normal View History

2018-01-04 23:17:44 +00:00
{
"name": "cryptocurrency-icons",
2019-04-10 11:10:32 +00:00
"version": "0.12.0",
"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",
2019-01-13 02:34:42 +00:00
"clean": "svgo --multipass --disable=removeViewBox $(globby {svg,originals}/**/*.svg)"
},
"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",
2019-03-01 08:44:57 +00:00
"svgo": "^1.2.0",
"xo": "^0.24.0",
"get-svg-colors": "^1.5.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run manifest && npm run clean"
}
}
2018-01-04 23:17:44 +00:00
}