forked from DSCKGEC/Libraryly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "libraryly",
"version": "0.0.0",
"description": "online library management solution",
"main": "app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha $npm_package_directories_test*.js --exit",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DSCKGEC/Libraryly.git"
},
"keywords": [
"nodejs",
"express",
"mongodb",
"mongoose",
"ejs",
"library",
"books",
"ksoc"
],
"author": "dsckgec",
"license": "MIT",
"bugs": {
"url": "https://github.com/DSCKGEC/Libraryly/issues"
},
"homepage": "https://github.com/DSCKGEC/Libraryly#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^1.25.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"helmet": "^4.5.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"sanitize-html": "^2.3.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^8.3.2",
"nodemon": "^2.0.7"
}
}