-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 905 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
{
"name": "unseen-steganography-animatedgif",
"version": "1.0.0",
"description": "Unseen: Steganography on Animated GIF",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AayushRajthala99/unseen-steganography-animatedGIF.git"
},
"keywords": [
"Node.js",
"HTML/CSS",
"Python",
"Steganography",
"GIF"
],
"author": "Aayush Rajthala, Elzina Dhimal, Monika Chapagain",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.18.1",
"express-session": "^1.17.2",
"winston": "^3.3.4",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"eslint": "^8.5.0",
"nodemon": "^2.0.20"
}
}