Skip to content

Commit

Permalink
Merge pull request #19 from juriejan/bower-package
Browse files Browse the repository at this point in the history
Added Bower package details
  • Loading branch information
mrjoelkemp committed Nov 17, 2013
2 parents dd094cc + 5a83d47 commit fc906e4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "backbone.cocktail",
"version": "0.5.0",
"homepage": "https://github.com/onsi/cocktail",
"authors": [
"Onsi Fakhouri <[email protected]>"
],
"description": "Mixins for your Backbone Views",
"main": "Cocktail.js",
"keywords": [
"backbone",
"mixin"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"spec"
],
"dependencies": {
"backbone": "~1.0.0",
"underscore": "~1.5.1"
}
}

0 comments on commit fc906e4

Please sign in to comment.