catapult icon indicating copy to clipboard operation
catapult copied to clipboard

Add bower.json

Open mulderp opened this issue 12 years ago • 0 comments

It would be great to have a basic bower json file to pull in JS dependencies, e.g.:

{
  "name" : "lib",
  "version": "0.1",
  "dependencies" : {
    "jquery" : "latest",
    "underscore" : "latest",
    "backbone" : "latest",
    "handlebars": "latest"
  },
  "install" : {
    "path" : "./assets/javascripts/libs"
  }
}

Would be a nice start for a Backbone sandbox.

mulderp avatar Jun 29 '13 09:06 mulderp