esrol-server-app
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.
52 lines (51 loc) • 1.45 kB
JSON
{
"name": "esrol-server-app",
"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-server-app"
},
"keywords": [
"app",
"application",
"server",
"RESTful",
"aggressive",
"esrol"
],
"bugs": {
"url": "https://github.com/esrol/esrol-server-app"
},
"version": "1.1.4",
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"config": {},
"scripts": {
"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": {
"esrol-autoloader": "0.0.6",
"esrol-errors": "0.3.6",
"esrol-initializer": "0.1.1",
"esrol-middlewares": "0.2.0",
"esrol-router": "^0.1.7",
"esrol-servers": "0.0.4"
},
"devDependencies": {
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"debug": "^2.2.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.3",
"mocha-sinon": "^1.1.4",
"request": "^2.67.0",
"sinon": "^1.17.2",
"socket.io-client": "^1.3.7"
}
}