-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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
30
31
{
"name": "upload",
"version": "1.0.0",
"description": "QRit ",
"main": "upload.js",
"dependencies": {
"aws-sdk": "^2.729.0",
"body-parser": "^1.19.0",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"nodemon": "^2.0.4",
"url": "^0.11.0",
"uuid": "^8.3.0"
},
"devDependencies": {},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ygyash/PC-to-Phone-Transfer-using-QR-Code.git"
},
"author": "Yash Goyal",
"license": "ISC",
"bugs": {
"url": "https://github.com/ygyash/PC-to-Phone-Transfer-using-QR-Code/issues"
},
"homepage": "https://github.com/ygyash/PC-to-Phone-Transfer-using-QR-Code#readme"
}