-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
32 lines (32 loc) · 867 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
{
"name": "motivational-numerology",
"version": "2.3.4",
"description": "Simple web page to calculate and interpret the numerology numbers derived from your name and birth date.",
"main": "js/numerology.js",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/motivational-numerology.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/evoluteur"
},
"author": "Sally Faubion (http://sallysnumbers.com)",
"copyright": "(c) 2024 Sally Faubion & Olivier Giulieri",
"license": "AGPL-3.0",
"homepage": "https://evoluteur.github.io/motivational-numerology/",
"keywords": [
"numerology",
"numbers",
"gematria",
"arithmancy",
"motivation",
"forcast",
"interpretation",
"pythagoras",
"predictions",
"mental-health",
"occult",
"javascript"
]
}