You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
459 B
JSON
14 lines
459 B
JSON
{
|
|
"name" : "backbone",
|
|
"version" : "1.1.2",
|
|
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
|
|
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
|
|
"repo" : "jashkenas/backbone",
|
|
"dependencies" : {
|
|
"jashkenas/underscore" : "*"
|
|
},
|
|
"main" : "backbone.js",
|
|
"scripts" : ["backbone.js"],
|
|
"license" : "MIT"
|
|
}
|