-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 949 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
36
37
38
39
40
41
42
43
{
"name": "hidden-api",
"version": "1.2.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://localhost/vedicscriptures/bhagavad-gita-api.git"
},
"keywords": [
"gita-api",
"bhagavad-gita-api",
"bhagavad-gita",
"karma-yoga",
"api",
"hinduism",
"hindu",
"sanatadharma",
"vedic",
"krishna",
"iskcon",
"api-rest"
],
"author": "Pt. Prashant Tripathi",
"license": "ISC",
"bugs": {
"url": "https://github.com/"
},
"homepage": "https://github.com/",
"dependencies": {
"date-and-time": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.21.1",
"express-handlebars": "^5.3.1",
"mongoose": "^5.13.20"
},
"engines": {
"node": "^12.x"
}
}