sugo-hub
Version:
Hub server of SUGOS
88 lines (87 loc) • 2.23 kB
JSON
{
"name": "sugo-hub",
"version": "8.2.10",
"description": "Hub server of SUGOS",
"main": "lib",
"browser": {
"./agent": "shim/browser/agent",
"./constants": "shim/browser/constants"
},
"scripts": {
"test": "node ./ci/test.js",
"prepare": "node ./ci/assets.js && node ./ci/build.js && node ./ci/shim.js && node ./ci/doc.js"
},
"repository": "realglobe-Inc/sugo-hub",
"keywords": [
"SUGOS",
"hub"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/sugo-hub/issues"
},
"homepage": "https://github.com/realglobe-Inc/sugo-hub#readme",
"dependencies": {
"asenv": "^2.0.2",
"asleep": "^1.0.3",
"aslogger": "^2.0.0",
"brequest": "^2.0.0",
"debug": "^3.1.0",
"inflection": "^1.10.0",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"redis": "^2.6.3",
"sg-schemas": "^2.1.3",
"sg-server": "^2.0.2",
"sg-socket": "^3.0.1",
"sg-socket-constants": "^1.6.2",
"sg-storage": "^3.0.1",
"sg-validator": "^1.0.4",
"socket.io-redis": "^5.2.0",
"socketio-auth": "^0.1.0",
"stringcase": "^4.1.1",
"sugo-constants": "^2.4.2",
"uuid": "^3.2.1",
"winston": "^2.4.0"
},
"devDependencies": {
"ababel": "^4.0.7",
"ababel-es2015": "^2.0.1",
"amocha": "^5.0.0",
"ape-doc": "^2.0.4",
"ape-formatting": "^1.0.2",
"ape-releasing": "^4.0.4",
"ape-tasking": "^4.0.9",
"ape-tmpl": "^6.0.10",
"ape-updating": "^4.1.1",
"aport": "^2.0.0",
"arequest": "^3.0.0",
"cli-table": "^0.3.1",
"co": "^4.6.0",
"coz": "^7.0.1",
"eslint": "^4.18.2",
"filecopy": "^4.0.1",
"filedel": "^4.0.0",
"injectmock": "^2.0.0",
"markdown-toc": "^1.2.0",
"sg-check": "^1.0.6",
"sg-socket-client": "^3.1.3",
"sg-templates": "^1.2.2",
"sugo-actor": "^7.0.7",
"sugo-caller": "^6.0.5",
"sugo-observer": "^2.0.16",
"sugos-assets": "^2.0.4",
"sugos-travis": "^2.0.7",
"the-script-jsdoc": "^2.0.1",
"writeout": "^2.2.1"
},
"engines": {
"node": ">=7.6",
"npm": ">=4"
}
}