esrol
Version:
A wrapper of all Esrol server components for creating performance efficient, well structured (by following 'convention over configuration' approach), but also configurable, server-side applications.
60 lines (59 loc) • 1.61 kB
JSON
{
"name": "esrol",
"description": "A wrapper of all Esrol server components for creating performance efficient, well structured (by following 'convention over configuration' approach), but also configurable, server-side applications.",
"main": "index.js",
"author": "Ivaylo Ivanov <ivaylo.ivanov.ipi@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/esrol/esrol"
},
"keywords": [
"app",
"application",
"server",
"RESTful",
"aggressive",
"solution",
"scale",
"cluster",
"deploy",
"esrol"
],
"bugs": {
"url": "https://github.com/esrol/esrol"
},
"version": "1.1.1",
"license": "MIT",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.3.6"
},
"scripts": {
"postinstall": "node ./index.js",
"test": "node_modules/.bin/mocha ./tests/test",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha ./tests/test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"bluebird": "^3.0.5",
"chai": "^3.4.0",
"colors": "^1.1.2",
"coveralls": "^2.11.4",
"debug": "^2.2.0",
"esrol-server-app": "1.1.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.1.0",
"grunt-eslint": "^17.3.1",
"grunt-force-task": "^1.0.0",
"grunt-node-inspector": "^0.4.1",
"grunt-nodemon": "^0.4.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.3",
"mocha-sinon": "^1.1.4",
"ncp": "^2.0.0",
"pm2": "^0.15.10",
"sinon": "^1.17.2",
"touch": "^1.0.0"
}
}