Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"name": "backbone-faux-server", | |
"version": "0.10.5", | |
"author": "biril <alexlambiris@gmail.com>", | |
"description": "A framework for mocking up server-side persistence / processing for Backbone.js", | |
"contributors": [], | |
"main": "./backbone-faux-server.js", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/biril/backbone-faux-server" | |
}, | |
"bugs": "https://github.com/biril/backbone-faux-server/issues", | |
"license": "MIT", | |
"keywords": [ | |
"backbone", | |
"mock", | |
"test", | |
"persistence" | |
], | |
"dependencies": { | |
"underscore": "1.5.x", | |
"backbone": "1.1.x" | |
}, | |
"devDependencies": { | |
"qunit": "0.7.x", | |
"jshint": "2.5.x", | |
"docco": "0.6.x" | |
}, | |
"scripts": { | |
"test": "node ./test/testrunner.js", | |
"lint": "jshint --show-non-errors backbone-faux-server.js test/testrunner.js test/test-*.js", | |
"doc": "docco backbone-faux-server.js" | |
}, | |
"engines": { | |
"node": ">=0.10" | |
}, | |
"directories": { | |
"test": "test" | |
} | |
} |