-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (39 loc) · 916 Bytes
/
package.json
File metadata and controls
40 lines (39 loc) · 916 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "femora",
"version": "1.0.0",
"description": "Femora - AI-powered menstrual cycle tracking app. For every stage of her life.",
"main": "index.html",
"scripts": {
"start": "npx http-server -p 8000 -o",
"dev": "npx http-server -p 8000 -o",
"serve": "npx http-server -p 8000"
},
"keywords": [
"femora",
"menstrual-cycle",
"period-tracker",
"women-health",
"cycle-tracking",
"fertility",
"contraceptive",
"menopause",
"health-app",
"kenya",
"reproductive-health",
"pwa",
"calendar",
"symptom-tracker"
],
"author": "LABOSO123",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LABOSO123/Femora.git"
},
"bugs": {
"url": "https://github.com/LABOSO123/Femora/issues"
},
"homepage": "https://github.com/LABOSO123/Femora#readme",
"dependencies": {},
"devDependencies": {}
}