Skip to content

Commit

Permalink
Adding bower.json file so that bower install actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Nolan committed Oct 16, 2014
1 parent aa2cd3d commit d9fd071
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "kickoff",
"version": "4.0.0",
"homepage": "https://github.com/tmwagency/kickoff",
"authors": [
{
"name": "Zander Martineau",
"url": "http://martineau.tv"
},
{
"name": "Ashley Nolan",
"url": "http://ashleynolan.co.uk"
}
],
"description": "A lightweight front-end framework for creating scalable, responsive sites",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components"
],
"dependencies": {
"swiftclick": "*",
"trak": "*",
"cookies-js": "*",
"jquery": "1.11.1"
}
}
1 change: 0 additions & 1 deletion statix/dist/assets/css/kickoff-old-ie.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion statix/dist/assets/css/kickoff.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9fd071

Please sign in to comment.