UNPKG

wheelhouse-resource

Version:

RESTful routes for wheelhouse with permissions and filtering.

54 lines 1.2 kB
{ "name": "wheelhouse-resource", "version": "0.2.30", "description": "RESTful routes for wheelhouse with permissions and filtering.", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "lodash": "~2.3", "sse": "0.0.5" }, "peerDependancies": { "backbone": "~1", "union": "~0.3", "flatiron": "~0.3" }, "devDependencies": { "mocha": "~1", "chai": "~1", "request": "~2", "grunt": "~0.4.1", "grunt-simple-mocha": "~0.4.0", "grunt-bumpx": "~0.1.5", "grunt-shell": "~0.3.1", "grunt-notify": "~0.2.4", "grunt-contrib-jshint": "~0.7.0", "eventsource": "0.0.7", "sinon": "~1.7.3", "grunt-jscs-checker": "~0.3.2", "matchdep": "~0.3.0" }, "scripts": { "test": "node_modules/.bin/mocha", "dev": "nodemon -x npm -- test" }, "repository": { "type": "git", "url": "git://github.com/joeybaker/wheelhouse-resource.git" }, "keywords": [ "wheelhouse", "backbone", "flatiron", "REST", "router", "permissions" ], "author": "Joey Baker", "license": "BSD", "bugs": { "url": "https://github.com/joeybaker/wheelhouse-resource/issues" } }