UNPKG

rendr

Version:

Render your Backbone.js apps on the client and the server.

49 lines (48 loc) 1.17 kB
{ "name": "rendr", "version": "1.1.4", "description": "Render your Backbone.js apps on the client and the server.", "main": "index.js", "scripts": { "test": "mocha -R spec ./test --recursive", "coverage": "istanbul cover _mocha -- -R spec ./test --recursive", "coveralls": "npm run-script coverage && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git://github.com/rendrjs/rendr.git" }, "dependencies": { "async": "~0.9.0", "backbone": "^1.2.1", "debug": "*", "errorhandler": "~1.3.5", "express": "^4.12.3", "qs2": "~0.6.6", "request": "^2.55.0", "sanitizer": "~0.1", "underscore": "^1.8.3" }, "devDependencies": { "chai": "^2.3.0", "coveralls": "~2.11.2", "handlebars": "^2.0.0", "istanbul": "~0.3.13", "jquery": "^2.1.4", "jsdom": "^3.1.0", "mocha": "*", "proxyquire": "^1.4.0", "rendr-handlebars": "^2.0.1", "sinon": "~1.14.1", "sinon-chai": "^2.7.0" }, "keywords": [ "Backbone", "view", "web", "rendr", "render" ], "author": "Spike Brehm <ocelot@gmail.com>", "license": "MIT" }