-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 759 Bytes
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
{
"name": "mmm-smappee",
"version": "0.0.1",
"description": "Module for the Magic Mirror displaying the energy consumption measured by Smappee Energy Monitor",
"main": "MMM-Smappee.js",
"scripts": {
"test": "npm run check-vulnerabilities",
"check-vulnerabilities": "snyk test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CFenner/MMM-Smappee.git"
},
"author": "Christopher Fenner",
"license": "MIT",
"bugs": {
"url": "https://github.com/CFenner/MMM-Smappee/issues"
},
"homepage": "https://github.com/CFenner/MMM-Smappee#readme",
"dependencies": {
"request": "^2.83.0",
"request-promise": "4.2.2",
"simple-oauth2": "^1.5.0"
},
"devDependencies": {
"snyk": "^1.69.5"
}
}