-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 840 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
{
"name": "mmm-mysensehat",
"version": "0.0.4",
"description": "MagicMirror2 Raspberry Sense Hat module",
"main": "MMM-MySenseHat.js",
"repository": {
"type": "git",
"url": "git+https://github.com/framboise-pi/MMM-MysenseHat.git"
},
"keywords": [
"MMM",
"MagicMirror",
"MagicMirror2",
"Raspberry",
"SenseHat"
],
"author": "Cedric Camille Lafontaine",
"license": "MIT",
"bugs": {
"url": "https://github.com/framboise-pi/MMM-MysenseHat/issues"
},
"homepage": "https://github.com/framboise-pi/MMM-MysenseHat#readme",
"dependencies": {
"compare-versions": "^3.6.0",
"getver": "^1.0.2",
"java-random": "^0.4.0",
"node-abi": "^2.30.0",
"node-sense-hat": "^0.0.2",
"systeminformation": "^5.7.7"
},
"devDependencies": {
"electron-rebuild": "^1.11.0"
}
}