You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.7 KiB

{
"name": "yunkong2.js-controller",
"version": "1.4.2",
"engines": {
"node": ">=4"
},
"optionalDependencies": {
"redis": "^2.8.0",
"greenlock": "^2.1.19",
"le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.1",
"winston-syslog": "^1.2.6"
},
"bin": {
"yunkong2": "./yunkong2.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"daemonize2": "^0.4.2",
"yunkong2.admin": ">=2.0.9",
"jszip": "^3.1.5",
"mime": "^1.4.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"node-schedule": "^1.3.0",
"node.extend": "^2.0.0",
"prompt": "^1.0.0",
"pyconf": "^1.1.2",
"request": "^2.85.0",
"jsonwebtoken": "^8.2.1",
"safe-replace": "^1.0.2",
"semver": "^5.5.0",
"socket.io": "~2.1.0",
"socket.io-client": "~2.1.0",
"tar": "^4.4.1",
"winston": "^2.4.1",
"winston-daily-rotate-file": "^1.7.2",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/node": "^4.2.23",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-http": "^2.2.0",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc": "^2.1.0",
"grunt-replace": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.0.1"
},
"homepage": "http://www.yunkong2.com",
"description": "...domesticate the Internet of Things",
"keywords": [
"yunkong2",
"Smarthome",
"Home Automation",
"Smart Metering",
"Homematic",
"Hue",
"KNX",
"Z-Wave",
"ZigBee",
"Bidcos",
"TV",
"Sonos",
"AV Receiver"
],
"bugs": {
"url": "https://github.com/yunkong2/yunkong2.js-controller/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yunkong2/yunkong2.js-controller/blob/master/LICENSE"
}
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker <hq@ccu.io>"
],
"repository": {
"type": "git",
"url": "https://github.com/yunkong2/yunkong2.js-controller"
},
"scripts": {
"preinstall": "node lib/preinstall_check.js",
"install": "node yunkong2.js setup first",
"start": "node yunkong2.js start",
"stop": "node yunkong2.js stop",
"restart": "node yunkong2.js restart",
"prepublish": "node lib/scripts/scripts.js --prepublish",
"test": "node node_modules/mocha/bin/mocha test --exit",
"test-redis-socket": "node node_modules/mocha/bin/mocha test/redis-socket/ --exit",
"coverage": "node node_modules/istanbul/lib/cli.js cover --config istanbul.yml node_modules/mocha/bin/_mocha ./test -- --ui bdd -R spec"
},
"main": "controller.js",
"license": "MIT"
}