Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"name": "booster", | |
"description": "Booster is the ***fastest*** way to get a full-fledged REST service up and running in [nodejs](http://nodejs.org)!", | |
"version": "2.2.1", | |
"url": "http://boosterjs.com", | |
"author": "Avi Deitcher <avi@deitcher.net>", | |
"engines": [ | |
"node >= 0.10.0" | |
], | |
"license": "mit", | |
"keywords": [ | |
"framework", | |
"restful", | |
"rest", | |
"REST", | |
"api", | |
"mvc", | |
"web-framework", | |
"express", | |
"api", | |
"models", | |
"controllers", | |
"validation" | |
], | |
"dependencies": { | |
"async": "0.2", | |
"body-parser": "^1.12.2", | |
"lodash": "^4.6.1", | |
"pluralize": "^1.2.1", | |
"searchjs": ">=0.3.5" | |
}, | |
"devDependencies": { | |
"express": "4.x", | |
"mocha": "^3.2.0", | |
"should": "4.x", | |
"supertest": "0.x" | |
}, | |
"scripts": { | |
"test": "node_modules/.bin/mocha" | |
}, | |
"main": "./lib/booster.js", | |
"repository": { | |
"type": "git", | |
"url": "http://github.com/deitch/booster.git" | |
} | |
} |