-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 857 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
{
"name": "mmm-json",
"version": "1.0.0",
"description": "A Module for MagicMirror to display the values of a json api",
"main": "MMM-json.js",
"scripts": {
"release": "semantic-release",
"test": "mocha \"*.spec.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielHabenicht/MMM-json.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielHabenicht/MMM-json/issues"
},
"homepage": "https://github.com/DanielHabenicht/MMM-json#readme",
"dependencies": {
"jq.node": "^2.3.0",
"jsonpath": "^1.0.2",
"node-fetch": "^3.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"chai": "^4.3.3",
"mocha": "^8.3.0",
"mocha-jsdom": "^2.0.0",
"semantic-release": "^17.4.1"
}
}