1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Merge pull request #446 from peterpme/feature/npm

Create package.json
This commit is contained in:
Johan Fagerberg 2017-07-11 23:42:40 +02:00 committed by GitHub
commit c266d1eeaf

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "simple-icons",
"version": "1.0.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons"
],
"main": "_data/simple-icons.json",
"repository": "git@github.com:danleech/simple-icons.git",
"author": "Dan Leech",
"license": "CCO"
}