Skip to content

Commit

Permalink
Merge pull request #23 from nagoshiashumari/bower
Browse files Browse the repository at this point in the history
Add bower package file
  • Loading branch information
idmontie committed Feb 29, 2016
2 parents faee953 + a5b9489 commit 404b72d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "rpg-awesome",
"description": "A fantasy themed font and CSS toolkit.",
"main": [
"scss/rpg-awesome.scss",
"css/rpg-awesome.css",
"css/rpg-awesome.min.css"
],
"authors": [
"Daniela Howe",
"Ivan Montiel <[email protected]>"
],
"license": "MIT",
"keywords": [
"rpg",
"font",
"awesome",
"css",
"toolkit"
],
"homepage": "https://github.com/nagoshiashumari/Rpg-Awesome",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"rpg-awesome-tests.js",
"CONTRIBUTING.md",
"README.md",
"demo/*"
]
}

0 comments on commit 404b72d

Please sign in to comment.