-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 866 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-noaa3",
"version": "3.0.0",
"description": "This repository is maintained by Cowboysdude \r [This is the third version of this module for MagicMirror2]",
"main": "MMM-NOAA3.js",
"dependencies": {
"fs": "^0.0.1-security",
"ip": "^1.1.5",
"node-where": "^1.1.0",
"openuv": "^0.1.2",
"public-ip": "^5.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cowboysdude",
"license": "ISC",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cowboysdude/MMM-NOAA3.git"
},
"keywords": [
"MagicMirror2"
],
"bugs": {
"url": "https://github.com/cowboysdude/MMM-NOAA3/issues"
},
"homepage": "https://github.com/cowboysdude/MMM-NOAA3#readme"
}