Merge pull request #19 from pastudan/master

Add package.json for NPM / Yarn support
This commit is contained in:
Christopher Downer 2018-01-05 10:36:10 +00:00 committed by GitHub
commit 3ffce19457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "cryptocurrency-icons",
"description": "A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.",
"version": "0.0.1",
"keywords": ["cryptocurrency", "icon"],
"homepage": "https://github.com/cjdowner/cryptocurrency-icons",
"author": {
"name": "Christopher Downer",
"web": "https://github.com/cjdowner"
},
"repository": {
"type": "git",
"url": "https://github.com/cjdowner/cryptocurrency-icons.git"
},
"license": "CC0-1.0"
}