v-daemon
Version:
Daemon script for v-spot-client
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "v-daemon",
"version": "2.0.3",
"description": "Daemon script for v-spot-client",
"bin": {
"v-daemon": "bin/v-daemon"
},
"main": "lib",
"browser": "shim",
"scripts": {
"build": "the-script-build",
"doc": "the-script-jsdoc",
"prepare": "the-script-build && the-script-jsdoc",
"release": "the-script-release -y",
"share": "the-script-share",
"test": "mocha",
"update": "the-script-update",
"watch": "the-script-build -w"
},
"repository": "realglobe-Inc/v-daemon",
"keywords": [
"v"
],
"author": {
"name": "okunishinishi",
"email": "okunishinishi@gmail.com",
"url": "undefined"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/realglobe-Inc/v-daemon/issues"
},
"homepage": "https://github.com/realglobe-Inc/v-daemon#readme",
"dependencies": {
"aglob": "^3.0.0",
"argx": "^3.0.2",
"commander": "^2.12.2",
"debug": "^3.1.0",
"shiba-daemon-util": "^3.0.0",
"v-connector": "^1.0.1",
"v-constants": "^1.1.0"
},
"devDependencies": {
"aport": "^2.0.0",
"asleep": "^1.0.3",
"mocha": "^4.0.1",
"the-script-build": "^2.0.0",
"the-script-jsdoc": "^2.0.1",
"the-script-release": "^1.0.6",
"the-script-share": "^1.0.5",
"the-script-update": "^1.0.0",
"the-templates": "^2.0.1",
"v-call": "^1.2.7",
"v-spot": "^1.2.1",
"v-spot-ws": "^1.1.4"
},
"engines": {
"node": ">=8",
"npm": ">=4"
}
}