Files
backbone/package.json
Jeremy Ashkenas 356664a735 Backbone.js 0.3.2
2010-11-23 17:22:42 -05:00

15 lines
510 B
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.2"
}