{ "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": {}, "devDependencies": { "phantomjs": "1.9.0-1", "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", "build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js", "doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localstorage.js", "lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js" }, "main": "index.js", "version": "1.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jashkenas/backbone.git" }, "_release": "1.1.0", "_resolution": { "type": "version", "tag": "1.1.0", "commit": "a579f1d61ec3c16a74dcca97185524733fd15f63" }, "_source": "http://gitlab.beisen.co/js/backbone.git", "_target": "*", "_originalSource": "backbone" }