joola.io.engine
Version:
joola.io's Framework Engine
100 lines (94 loc) • 2.28 kB
JSON
{
"name": "joola.io.engine",
"preferGlobal": false,
"version": "3.2.16",
"author": "Joola <info@joo.la>",
"description": "joola.io's Framework Engine",
"engine": "node >= 0.10.x",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/joola/joola.io.engine.git"
},
"bugs": "https://joolatech.atlassian.net/browse/JARVIS",
"contributors": [
{
"name": "Itay Weinberger",
"email": "itay@joo.la",
"url": "http://joo.la"
},
{
"name": "Or Weinberger",
"email": "or@joo.la",
"url": "http://joo.la"
}
],
"scripts": {
"test": "make test",
"start": "node joola.io.engine.js",
"debug": "npm-inspector && npm start && open \"http://http://127.0.0.1:8080/debug?port=5858\"",
"monitor": "mocha --reporter min --watch",
"debugtest": "mocha --debug-brk --reporter spec",
"blanket": {
"pattern": "test",
"data-cover-never": "node_modules"
},
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | node ./node_modules/coveralls/bin/coveralls.js",
"citest": "mocha --reporter xunit > test-reports.xml"
},
"bin": {
"joola.io.engine": "./bin/joola.io.engine"
},
"keywords": [
"data",
"analytics",
"big-data",
"visualization",
"noSQL"
],
"dependencies": {
"joola.io.auth": "3.x",
"joola.io.status":"3.x",
"joola.io.logger": "3.x",
"joola.io.config": "3.x",
"nconf": "*",
"nconf-http": "0.x",
"node-controlport": "0.x",
"express": "3.4.8",
"jade": "*",
"socket.io": "*",
"pkginfo": "*",
"winston": "*",
"underscore": "*",
"request": "*",
"async": "*",
"process": "*",
"JSONSelect": "*",
"cloneextend": "*",
"node-uuid": "*",
"date-utils": "*",
"twix": "*",
"moment": "*",
"fs-extra": "*",
"graceful-fs": "*",
"JASON":"*",
"tedious": "*",
"mongodb": "1.3.23",
"redis": "*",
"pg": "*",
"mysql": "*"
},
"devDependencies": {
"underscore": "*",
"mocha-lcov-reporter": "*",
"coveralls": "*",
"should": "*",
"mocha": "*",
"sinon": "*",
"chai": "*",
"sinon-chai": "*",
"blanket": "*",
"jshint": "*"
},
"license": "GPL-3.0"
}