Files
backbone/package.json
2012-09-10 09:29:24 -04:00

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"
}