https://github.com/jashkenas/backbone
Raw File
Tip revision: 655bd05bc3fbe394277ffa38b51a5ca17b48d3b6 authored by Jeremy Ashkenas on 02 February 2012, 21:55:12 UTC
Backbone.js 0.9.1
Tip revision: 655bd05
package.json
{
  "name"          : "backbone",
  "description"   : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
  "url"           : "http://backbonejs.org",
  "keywords"      : ["util", "functional", "server", "client", "browser"],
  "author"        : "Jeremy Ashkenas <jeremy@documentcloud.org>",
  "contributors"  : [],
  "dependencies"  : {
    "underscore"  : ">=1.3.1"
  },
  "lib"           : ".",
  "main"          : "backbone.js",
  "version"       : "0.9.1"
}
back to top