UNPKG

express-autoroute-json

Version:

Express Auto Route Json is an automatic JSON 'REST' api builder for express-autoroute

40 lines (39 loc) 1.03 kB
{ "name": "express-autoroute-json", "version": "2.0.0", "description": "Express Auto Route Json is an automatic JSON 'REST' api builder for express-autoroute", "main": "index.js", "engines" : { "node" : ">=0.10" }, "engineStrict": true, "scripts": { "test": "node_modules/mocha/bin/mocha", "test-watch": "nodemon node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/Blooie/express-autoroute-json" }, "keywords": [ "express", "autoroute", "json", "routing" ], "author": "Chris Manson chris@bloo.ie", "license": "MIT", "bugs": { "url": "https://github.com/Blooie/express-autoroute-json/issues" }, "homepage": "https://github.com/Blooie/express-autoroute-json", "devDependencies": { "mocha": "~1.17.1", "mongoose": "~3.8.8", "mockgoose": "~1.7.2", "supertest": "~0.9.0", "express": "~3.4.8", "chai": "~1.9.0", "express-autoroute": "~1.1.0", "q": "~1.0.0", "underscore": "~1.6.0" } }