mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-14 09:27:53 -05:00
21 lines
692 B
JSON
21 lines
692 B
JSON
{
|
|
"name" : "backbone",
|
|
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
|
|
"url" : "http://backbonejs.org",
|
|
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
|
|
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"phantomjs": "1.8.1-3",
|
|
"docco": "0.6.1",
|
|
"coffee-script": "1.6.1"
|
|
},
|
|
"scripts": {
|
|
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee"
|
|
},
|
|
"main" : "backbone.js",
|
|
"version" : "1.0.0"
|
|
}
|