-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 894 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
{
"name": "house-temperature",
"version": "1.0.0",
"description": "Measure House temperature with Raspberry pi and TEMPer.",
"main": "index.js",
"dependencies": {
"bugsnag": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"pug": "^2.0.4",
"pusher": "^4.0.2",
"sqlite3": "^5.0.1",
"temper1": "0.0.9",
"tplink-smarthome-api": "^0.20.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/russianryebread/house-temperature.git"
},
"author": "Ryan Hoshor <ryan@hoshor.me>",
"license": "ISC",
"bugs": {
"url": "https://github.com/russianryebread/house-temperature/issues"
},
"homepage": "https://github.com/russianryebread/house-temperature#readme"
}