nitrogen-core
Version:
Core services used across ingestion, registry, and consumption servers.
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "nitrogen-core",
"homepage": "https://github.com/nitrogenjs/core", "repository": {
"type": "git",
"url": "https://github.com/nitrogenjs/service.git"
},
"author": "Tim Park <timfpark@gmail.com>",
"main": "./lib",
"version": "0.3.26",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "^0.2.10",
"flat": "^1.5.0",
"jsonwebtoken": "^1.1.2",
"moment": "^2.7.0",
"mongodb": "~1.4.19",
"mongoose": "~3.8.17",
"redis": "^0.10.3",
"request": "^2.51.0",
"revalidator": "^0.1.8",
"sift": "0.0.18",
"socket.io": "^0.9.17",
"streamifier": "~0.1.0",
"winston": "^0.7.3"
},
"devDependencies": {
"mocha": "~1.20.1",
"nitrogen-azure-providers": "~0.3",
"nitrogen-mongodb-providers": "~0.3",
"nitrogen-local-providers": "~0.3",
"socket.io-client": "~0.9.17"
},
"scripts": {
"test": "NODE_ENV=test mocha"
}
}