Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smhmd committed Jul 25, 2020
1 parent aaa49ba commit 77048f5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
@@ -0,0 +1,24 @@
{
"name": "teenyicons",
"version": "0.1.0",
"description": "Tiny minimal 1px icons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teenyicons/teenyicons.git"
},
"keywords": [
"icons",
"minimal",
"svg"
],
"author": "smhmd <contact.simohamed@gmail.com> (https://simohamed.tech)",
"license": "MIT",
"bugs": {
"url": "https://github.com/teenyicons/teenyicons/issues"
},
"homepage": "https://github.com/teenyicons/teenyicons#readme"
}

0 comments on commit 77048f5

Please sign in to comment.