mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-17 02:47:58 -05:00
15 lines
490 B
JSON
15 lines
490 B
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.2"
|
|
}
|