mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-17 20:33:48 +02:00
27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"name": "enlightener",
|
|
"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": {
|
|
"electron": "^11.0.2"
|
|
}
|
|
}
|