1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2026-01-31 07:30:24 +01:00

Node.js deal with it

This commit is contained in:
TheGreyDiamond
2020-11-22 01:16:08 +01:00
parent a166aa8108
commit 944df57777
14 changed files with 770 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}