forked from uok825/MMM-IPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (34 loc) · 886 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
35
{
"name": "MMM-MPT",
"version": "1.0.0",
"description": "A MagicMirror module to display Islamic Prayer Times with audio Adhan playback.",
"main": "MMM-IPT.js",
"scripts": {
"start": "node_modules/.bin/electron js/electron.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FaiekA",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FaiekA/MMM-IPT.git"
},
"keywords": [
"magicmirror",
"module",
"adhan",
"prayer times",
"islamic",
"muslim"
],
"config": {
"latitude": 37.861676,
"longitude": 32.4641803,
"timeZoneString": "Europe/Istanbul",
"method": 13,
"timingsApi": "http://api.aladhan.com/v1/timings/",
"school": 1,
"adhanEnabled": true,
"header": "Salaah Times"
}
}