mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-13 17:08:03 -05:00
14 lines
465 B
JSON
14 lines
465 B
JSON
{
|
|
"name" : "backbone",
|
|
"version" : "1.2.3",
|
|
"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" : ">=1.8.3"
|
|
},
|
|
"main" : "backbone.js",
|
|
"scripts" : ["backbone.js"],
|
|
"license" : "MIT"
|
|
}
|