rest-api-boilerplate
Version:
Boilerplate for building REST APIs with node.js and MongoDB
27 lines (26 loc) • 587 B
JSON
{
"name": "rest-api-boilerplate",
"version": "1.0.5",
"description": "Boilerplate for building REST APIs with node.js and MongoDB ",
"main": "server/index.js",
"dependencies": {
"body-parser": "1.17.0",
"express": "4.15.2",
"mocha": "3.2.0",
"mongoose": "4.9.2",
"request": "2.81.0",
"should": "11.2.1",
"supertest": "3.0.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"keywords": [
"API",
"boilerplate",
"MongoDB",
"REST"
],
"author": "Alaeddine Mokri <alaeddinemokri@gmail.com>",
"license": "MIT"
}