Skip to content

Commit

Permalink
Create package.json (#149)
Browse files Browse the repository at this point in the history
* Create package.json

* Update package.json
  • Loading branch information
Limon Monte authored and edent committed Jul 13, 2018
1 parent 344ae7d commit b7130f7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "super-tiny-icons",
"version": "0.1.0",
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
"homepage": "https://github.com/edent/SuperTinyIcons/",
"license": "MIT",
"bugs": {
"url": "https://github.com/edent/SuperTinyIcons/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/edent/SuperTinyIcons.git"
},
"files": [
"images/svg/"
],
"author": {
"name": "Terence Eden",
"url": "https://shkspr.mobi/blog/"
},
"keywords": [
"icons", "svg", "iconset", "logo", "logos"
]
}

0 comments on commit b7130f7

Please sign in to comment.