-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
39
40
41
42
43
44
45
46
{
"name": "rasplogger",
"version": "2.0.6",
"description": "",
"main": "rasplogger.js",
"dependencies": {
"axios": "^1.6.8",
"commander": "^5.1.0",
"cron": "^1.2.1",
"csv-parse": "^4.16.0",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"fitbit-node": "^1.0.0",
"flat": "^5.0.0",
"fritznode": "0.0.5",
"google-auth-library": "^9.10.0",
"google-spreadsheet": "^4.1.1",
"influxdb-nodejs": "^3.1.0",
"moment": "^2.24.0",
"node-destiny-2": "github:peterpeerdeman/node-destiny-2#master",
"node-fetch": "^2.6.1",
"node-hue-api": "^5.0.0-beta.16",
"node-persist": "^3.0.5",
"node-tado-client": "1.0.1",
"pvoutput": "github:peterpeerdeman/pvoutput#master"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^11.7.4",
"nock": "^11.7.0",
"sinon": "^8.0.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterpeerdeman/rasplogger.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/peterpeerdeman/rasplogger/issues"
},
"homepage": "https://github.com/peterpeerdeman/rasplogger#readme"
}