Adding bower config file

This commit is contained in:
Andrew Gioia 2015-03-14 19:04:03 -04:00
parent 1c9e332020
commit f75e052d18
1 changed files with 19 additions and 0 deletions

19
bower.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "0.1",
"keywords": [],
"homepage": "http://andrewgioia.com",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT"],
"main": [
"./css/keyrune.css",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.json",
"*.md"
]
}