Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
thesabbir committed Sep 22, 2014
0 parents commit 0bd0201
Show file tree
Hide file tree
Showing 7 changed files with 1,930 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
*.log
*~
*#
.DS_STORE
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "simple-line-icons",
"version": "0.0.1",
"authors": [
"Sabbir Ahmed <[email protected]>"
],
"description": "Simple Line Icons Bower Package",
"keywords": [
"fonts",
"simple",
"simple-line",
"icon"
],
"main": [
"css/simple-line-icons.css",
"fonts/Simple-Line-Icons.eot",
"fonts/Simple-Line-Icons.svg",
"fonts/Simple-Line-Icons.ttf",
"fonts/Simple-Line-Icons.woff"
],
"license": "MIT",
"homepage": "https://github.com/thesabbir/simple-line-icons",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit 0bd0201

Please sign in to comment.