forked from da4throux/MMM-Paris-RATP-PG
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 795 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
{
"name": "MMM-Toulouse-Transports",
"version": "1.0.0",
"description": "Toulouse Local transport based on https://github.com/da4throux/MMM-Paris-RATP-PG module for MagicMirror",
"repository": {
"type": "git",
"url": "git+https://github.com/LoneWanderer-GH/MMM-Toulouse-Transports"
},
"keywords": [
"magic mirror",
"smart mirror",
"localtransport",
"module",
"Toulouse"
],
"author": "LoneWanderer-GH",
"contributors": "https://github.com/LoneWanderer-GH/MMM-Toulouse-Transports/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/LoneWanderer-GH/MMM-Toulouse-Transports/issues"
},
"homepage": "https://github.com/LoneWanderer-GH/MMM-Toulouse-Transports#readme",
"dependencies": {
"unirest": "latest"
}
}