mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-17 20:33:48 +02:00
38 lines
903 B
JSON
38 lines
903 B
JSON
{
|
|
"name": "enlight",
|
|
"version": "1.0.0",
|
|
"description": "Smart open source lighting control",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheGreyDiamond/Enlight.git"
|
|
},
|
|
"author": "TheGreydiamond",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/TheGreyDiamond/Enlight/issues"
|
|
},
|
|
"homepage": "https://github.com/TheGreyDiamond/Enlight#readme",
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.1",
|
|
"config-js": "^1.1.14",
|
|
"diont": "^0.9.7",
|
|
"ejs": "^3.1.5",
|
|
"electron": "^11.1.0",
|
|
"express": "^4.17.1",
|
|
"nanoid": "^3.1.18",
|
|
"request": "^2.88.2",
|
|
"sqlite3": "^5.0.0",
|
|
"systeminformation": "^5.3.1",
|
|
"xmldoc": "^1.1.2",
|
|
"yarn": "^1.22.10"
|
|
}
|
|
}
|