mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-22 21:38:00 -05:00
This reverts commit fcd3898e24.
As described in cowboy/grunt#219, grunt's phantomjs bootstrap often causes a
timeout (in v0.3.x). This is fixed in the development branch of grunt so we
can revisit travis integration after the next release.
13 lines
441 B
JSON
13 lines
441 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.1"
|
|
},
|
|
"main" : "backbone.js",
|
|
"version" : "0.9.2"
|
|
}
|