forked from frenvi-benjamin/instagram_basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 681 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 681 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
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"base64url": "^3.0.1",
"bootstrap": "^4.6.0",
"connect-mongo": "^4.4.1",
"dotenv": "^8.6.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-easy-zip": "^1.1.5",
"express-session": "^1.17.1",
"form-data": "^4.0.0",
"jquery": "^3.6.0",
"mongoose": "^5.12.7",
"node-fetch": "^2.6.1",
"popper.js": "^1.16.1",
"qr-scanner": "^1.2.0"
}
}