49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "yunkong2.vis-hqwidgets",
|
||
|
"description": "hqwidgets Widgets for yunkong2.vis",
|
||
|
"version": "1.1.2",
|
||
|
"author": {
|
||
|
"name": "bluefox",
|
||
|
"email": "dogafox@gmail.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
"bluefox <dogafox@gmail.com>"
|
||
|
],
|
||
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.vis-hqwidgets",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.vis-hqwidgets"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.vis-hqwidgets/blob/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"keywords": [
|
||
|
"yunkong2",
|
||
|
"GUI",
|
||
|
"DashUI",
|
||
|
"web interface",
|
||
|
"home automation",
|
||
|
"SCADA",
|
||
|
"hqwidgets GUI"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-replace": "^1.0.1",
|
||
|
"grunt-contrib-jshint": "^1.1.0",
|
||
|
"grunt-jscs": "^3.0.1",
|
||
|
"grunt-http": "^2.2.0",
|
||
|
"mocha": "^4.1.0",
|
||
|
"chai": "^4.1.2"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.vis-hqwidgets/issues"
|
||
|
},
|
||
|
"main": "widgets/hqwidgets.html",
|
||
|
"scripts": {
|
||
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|