forked from desertblade/iFrame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 717 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 717 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
{
"name": "Magic-Mirror-Module-Smartthinngs",
"version": "1.0.0",
"description": "Google Maps Traffic module for the Magic Mirror.",
"repository": {
"type": "git",
"url": "git+https://github.com/SamLewis0602/MMM-Traffic"
},
"keywords": [
"magic mirror",
"smart mirror",
"traffic",
"module"
],
"author": "Sam Lewis",
"contributors": "https://github.com/SamLewis0602/MMM-Traffic/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/SamLewis0602/MMM-Traffic/issues"
},
"homepage": "https://github.com/SamLewis0602/MMM-Traffic#readme",
"dependencies": {
"request": "latest",
"express": "latest",
"body-parser" : "latest"
}
}