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