https://github.com/jashkenas/backbone
Raw File
Tip revision: 3505bde58ec82f15e920298813d37476242793bb authored by Jeremy Ashkenas on 01 December 2010, 18:27:10 UTC
Backbone.js 0.3.3
Tip revision: 3505bde
package.json
{
  "name"          : "backbone",
  "description"   : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
  "url"           : "http://documentcloud.github.com/backbone/",
  "keywords"      : ["util", "functional", "server", "client", "browser"],
  "author"        : "Jeremy Ashkenas <jeremy@documentcloud.org>",
  "contributors"  : [],
  "dependencies"  : {
    "underscore"  : ">=1.1.2"
  },
  "lib"           : ".",
  "main"          : "backbone.js",
  "version"       : "0.3.3"
}
back to top