-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 894 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
{
"name": "og-website",
"version": "1.0.0",
"description": "E-commerce website",
"main": "user_management.js",
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krishn1412/og-website.git"
},
"author": "Krishn Parasar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Krishn1412/og-website/issues"
},
"homepage": "https://github.com/Krishn1412/og-website#readme",
"dependencies": {
"body-parser": "^1.20.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-handlebars": "^6.0.7",
"hbs": "^4.2.0",
"mysql": "^2.18.1",
"natural": "^6.2.0",
"path": "^0.12.7",
"stopwords": "^0.0.9",
"underscore": "^1.13.6",
"vector-object": "^1.3.0"
},
"devDependencies": {
"lite-server": "^2.6.1"
}
}