From 4327ad9abdaad419698f31595f4535a45dcff7be Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Thu, 4 Jan 2018 15:17:44 -0800 Subject: [PATCH] Add package.json --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..be805031 --- /dev/null +++ b/package.json @@ -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" +}