mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-25 06:48:07 -05:00
19 lines
571 B
JSON
19 lines
571 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>",
|
|
"dependencies" : {
|
|
"underscore": ">=1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.3.15"
|
|
},
|
|
"scripts" : {
|
|
"test": "./node_modules/grunt/bin/grunt"
|
|
},
|
|
"main" : "backbone.js",
|
|
"version" : "0.9.2"
|
|
}
|