mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-27 09:44:47 +00:00
0.4.0
This commit is contained in:
parent
e53f911e99
commit
767cdd225c
112
package.json
112
package.json
@ -1,58 +1,58 @@
|
||||
{
|
||||
"name": "cryptocurrency-icons",
|
||||
"version": "0.3.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",
|
||||
"author": {
|
||||
"name": "Christopher Downer",
|
||||
"url": "https://github.com/cjdowner"
|
||||
},
|
||||
"files": [
|
||||
"32",
|
||||
"32@2x",
|
||||
"128",
|
||||
"svg"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"alpha-sort": "^2.0.1",
|
||||
"coinlist": "^3.0.0",
|
||||
"husky": "^1.0.0-rc.13",
|
||||
"xo": "^0.22.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run manifest"
|
||||
}
|
||||
}
|
||||
"name": "cryptocurrency-icons",
|
||||
"version": "0.4.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",
|
||||
"author": {
|
||||
"name": "Christopher Downer",
|
||||
"url": "https://github.com/cjdowner"
|
||||
},
|
||||
"files": [
|
||||
"32",
|
||||
"32@2x",
|
||||
"128",
|
||||
"svg"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"alpha-sort": "^2.0.1",
|
||||
"coinlist": "^3.0.0",
|
||||
"husky": "^1.0.0-rc.13",
|
||||
"xo": "^0.22.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run manifest"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user