yunkong2.vis/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2018-09-16 09:00:12 +08:00
{
2018-09-16 09:04:26 +08:00
"name": "yunkong2.vis",
"description": "Graphical user interface for yunkong2.",
2018-09-16 09:00:12 +08:00
"version": "1.1.7",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker <hq@ccu.io>"
],
2018-09-16 09:04:26 +08:00
"homepage": "https://github.com/yunkong2/yunkong2.vis",
2018-09-16 09:00:12 +08:00
"repository": {
"type": "git",
2018-09-16 09:04:26 +08:00
"url": "https://github.com/yunkong2/yunkong2.vis"
2018-09-16 09:00:12 +08:00
},
"licenses": [
{
"type": "CC-BY-NC-4.0",
2018-09-16 09:04:26 +08:00
"url": "https://github.com/yunkong2/yunkong2.vis/blob/master/LICENSE"
2018-09-16 09:00:12 +08:00
}
],
"keywords": [
2018-09-16 09:04:26 +08:00
"yunkong2",
2018-09-16 09:00:12 +08:00
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"dependencies": {
2018-11-10 22:34:13 +08:00
"jsonwebtoken": "^8.2.2",
"yunkong2.vis-metro": "https://git.spacen.net/yunkong2/yunkong2.vis-metro/repository/master/archive.tar.gz",
"yunkong2.vis-history": "https://git.spacen.net/yunkong2/yunkong2.vis-history/repository/master/archive.tar.gz",
"yunkong2.vis-fancyswitch": "https://git.spacen.net/yunkong2/yunkong2.vis-fancyswitch/repository/master/archive.tar.gz"
2018-09-16 09:00:12 +08:00
},
"devDependencies": {
2018-09-16 10:21:13 +08:00
"chai": "^4.1.2",
2018-09-16 09:00:12 +08:00
"gulp": "^3.9.1",
"gulp-replace": "^1.0.0",
"mocha": "^5.2.0",
2018-09-16 10:21:13 +08:00
"yunkong2.web": "*"
2018-09-16 09:00:12 +08:00
},
"bugs": {
2018-09-16 09:04:26 +08:00
"url": "https://github.com/yunkong2/yunkong2.vis/issues"
2018-09-16 09:00:12 +08:00
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"install": "node main.js --install"
},
"license": "CC-BY-NC-4.0"
}