Add package.json

This commit is contained in:
Dan Pastusek 2018-01-04 15:17:44 -08:00
parent 52f1f620c9
commit 4327ad9abd
1 changed files with 16 additions and 0 deletions

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"
}