spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
71 lines (70 loc) • 1.71 kB
JSON
{
"name": "spincycle",
"version": "2.1.19",
"description": "A reactive message router and object manager that lets clients subscribe to object property changes on the server",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/psvensson/spincycle.git"
},
"keywords": [
"node",
"node.js",
"message",
"routing",
"object",
"subscriptions"
],
"author": "Peter Svensson",
"license": "MIT",
"bugs": {
"url": "https://github.com/psvensson/spincycle/issues"
},
"homepage": "https://github.com/psvensson/spincycle",
"dependencies": {
"basic-auth": "^1.0.4",
"body-parser": "^1.15.2",
"chai": "^2.2.0",
"colors": "^1.1.2",
"cookie": "^0.3.1",
"cookies": "^0.6.2",
"cors": "^2.5.3",
"dogapi": "^2.5.0",
"express": "^4.11.1",
"express-session": "^1.14.2",
"felix-couchdb": "^1.0.7",
"findit": "^2.0.0",
"glob": "^7.1.2",
"googleapis": "^18",
"limiter": "^1.1.0",
"lodash": "^4.17.0",
"lru-cache": "^2.5.0",
"mocha": "^5.1.1",
"mongo-oplog": "^1.0.1",
"mongo-watch": "^0.2.8",
"mongodb": "^2.2.11",
"node-dogstatsd": "0.0.6",
"node-google-api": "^0.3.0",
"node-promise": "^0.5.11",
"node-statsd": "^0.1.1",
"node-uuid": "^1.4.2",
"pg": "^4.3.0",
"redis": "^0.12.1",
"request": "^2.78.0",
"rethinkdb": "^2.2.2",
"serve-static": "^1.11.1",
"socket.io": "^2.1.0",
"sshpk": "^1.10.1",
"statuses": "^1.3.1",
"tough-cookie": "^2.3.2",
"unirest": "^0.5.1"
},
"devDependencies": {}
}