Initial commit
This commit is contained in:
51
package.json
Normal file
51
package.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "iobroker.vis",
|
||||
"description": "Graphical user interface for iobroker.",
|
||||
"version": "1.1.7",
|
||||
"author": {
|
||||
"name": "bluefox",
|
||||
"email": "dogafox@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
"bluefox <dogafox@gmail.com>",
|
||||
"hobbyquaker <hq@ccu.io>"
|
||||
],
|
||||
"homepage": "https://github.com/iobroker/iobroker.vis",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iobroker/iobroker.vis"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "CC-BY-NC-4.0",
|
||||
"url": "https://github.com/iobroker/iobroker.vis/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"iobroker",
|
||||
"GUI",
|
||||
"DashUI",
|
||||
"web interface",
|
||||
"home automation",
|
||||
"SCADA"
|
||||
],
|
||||
"dependencies": {
|
||||
"jsonwebtoken": "^8.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"iobroker.web": "*",
|
||||
"mocha": "^5.2.0",
|
||||
"chai": "^4.1.2"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/iobroker/iobroker.vis/issues"
|
||||
},
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "node node_modules/mocha/bin/mocha --exit",
|
||||
"install": "node main.js --install"
|
||||
},
|
||||
"license": "CC-BY-NC-4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user