1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-18 04:33:50 +02:00
Files
Enlight/package.json
TheGreyDiamond 8b8987dd28 last
2020-11-24 17:07:23 +01:00

30 lines
706 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": {
"ejs": "^3.1.5",
"electron": "^11.0.2",
"systeminformation": "^4.30.1",
"yarn": "^1.22.10"
}
}