-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
39
40
41
42
43
{
"name": "fitbit-ifttt-webhook-to-influx",
"version": "1.1.1",
"description": "TBA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "node index.js",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dietah/fitbit-ifttt-webhook-to-influx.git"
},
"keywords": [
"fitbit",
"ifttt",
"webhook",
"influx"
],
"author": "Dieter Verschueren",
"license": "MIT",
"bugs": {
"url": "https://github.com/dietah/fitbit-ifttt-webhook-to-influx/issues"
},
"homepage": "https://github.com/dietah/fitbit-ifttt-webhook-to-influx#readme",
"dependencies": {
"envalid": "^6.0.1",
"log4js": "^6.4.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mqtt": "^4.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"restify": "^8.5.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}