50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "yunkong2.vis-metro",
|
||
|
"description": "Metro Widgets for yunkong2.vis",
|
||
|
"version": "1.1.2",
|
||
|
"author": {
|
||
|
"name": "hobbyquaker",
|
||
|
"email": "hq@ccu.io"
|
||
|
},
|
||
|
"contributors": [
|
||
|
"bluefox <dogafox@gmail.com>",
|
||
|
"hobbyquaker <hq@ccu.io>"
|
||
|
],
|
||
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.vis-metro",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.vis-metro"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.vis-metro/blob/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"keywords": [
|
||
|
"yunkong2",
|
||
|
"GUI",
|
||
|
"DashUI",
|
||
|
"web interface",
|
||
|
"home automation",
|
||
|
"SCADA",
|
||
|
"metro 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-metro/issues"
|
||
|
},
|
||
|
"main": "widgets/metro.html",
|
||
|
"scripts": {
|
||
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|