UNPKG

coral

Version:

Node JS framework to dynamically create REST application with express and mongoose Models

38 lines (37 loc) 827 B
{ "name": "coral", "description": "Node JS framework to dynamically create REST application with express and mongoose Models", "version": "0.5.1", "author": { "name": "Prathamesh Satpute", "email": "prathamesh.satpute@gmail.com" }, "keywords": [ "rest", "mongoose", "express", "node" ], "scripts": { "test": "grunt test --verbose" }, "repository": { "type": "git", "url": "https://github.com/prathamesh7pute/coral.git" }, "dependencies": { "async": "0.9.0", "underscore": "1.7.0", "express": "4.10.6" }, "devDependencies": { "body-parser": "1.10.0", "grunt": "0.4.5", "grunt-contrib-jshint": "0.10.0", "grunt-contrib-watch": "0.6.1", "mocha": "2.1.0", "mongoose": "3.8.21", "should": "4.4", "supertest": "0.15.0" } }