Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Add bower.json [ci skip]
Browse files Browse the repository at this point in the history
Closes #23.
  • Loading branch information
ecbypi committed Feb 16, 2015
1 parent 383e318 commit e2caf00
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "backbone-support",
"version": "0.4.0",
"description": "SwappingController and CompositeView for Backbone.js",
"main": [
"vendor/assets/javascripts/underscore.js",
"vendor/assets/javascripts/backbone.js",
"lib/assets/javascripts/backbone-support/support.js",
"lib/assets/javascripts/backbone-support/observer.js",
"lib/assets/javascripts/backbone-support/composite_view.js",
"lib/assets/javascripts/backbone-support/swapping_router.js"
],
"license": "MIT",
"ignore": [
"**/*.txt",
"**/.*",
".jshintrc",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"backbone-support.gemspec",
"spec"
],
"homepage": "https://github.com/thoughtbot/backbone-support",
"authors": [
"thoughtbot (http://thoughtbot.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/backbone-support.git"
},
"keywords": [
"backbone"
]
}

0 comments on commit e2caf00

Please sign in to comment.