-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 992 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": "pocketkit",
"version": "1.0.3",
"description": "A multiutility application that allows users to view movies, news, upcoming and ongoing contests, books and also a post sharing platform where users can post,view others post and like and comment as well.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ritiksr25/pocketkit"
},
"author": "Ritik Srivastava and Mayank Shakya",
"license": "MIT",
"dependencies": {
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-session": "^1.16.1",
"mongoose": "^5.5.13",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7"
}
}