-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
38
{
"name": "home",
"version": "0.0.1",
"description": "My home configuration",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cescobaz/home.git"
},
"keywords": [
"iot",
"webthings",
"mozilla"
],
"author": "Francesco Burelli",
"license": "ISC",
"bugs": {
"url": "https://github.com/cescobaz/home/issues"
},
"homepage": "https://github.com/cescobaz/home#readme",
"dependencies": {
"mpl115a2-i2c": "0.0.5",
"node-dht-sensor": "^0.4.3",
"onoff": "^6.0.1",
"webthing": "^0.13.0"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1"
}
}