diff --git a/package.json b/package.json new file mode 100644 index 000000000..38d357d80 --- /dev/null +++ b/package.json @@ -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" +}