-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 847 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "sonoff-server",
"version": "2.0.0",
"description": "Sonof Server - A Sonoff Cloud replacement ",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"dependencies": {
"dotenv": "^7.0.0",
"express": "^4.16.2",
"fs": "^0.0.1-security",
"http": "^0.0.0",
"https": "^1.0.0",
"nodejs-websocket": "^1.7.1",
"request": "^2.88.0",
"url": "^0.11.0",
"wifi-control": "^2.0.1"
},
"repository": "github:SideCodeIO/sonoff-server",
"devDependencies": {
"nodemon": "^1.18.10"
},
"keywords": [
"sonoff",
"sonoff Dual"
],
"author": {
"name": "Jhonny Cohen",
"email": "jhonny@sidecode.io",
"url": "https://sidecode.io"
},
"license": "ISC"
}