-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 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
{
"name": "present-pup",
"version": "1.0.0",
"description": "PresentPup is a temporary file-sharing platform designed to help individuals securely upload and share presentation files, class notes, or documents with a short URL and passcode. It also offers features for managing presentation competitions, allowing teams to submit presentations and organizers to generate random presentation orders and sync data to Google Sheets.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anugcodes/present-pup.git"
},
"keywords": [
"file-sharing",
"temporary-files",
"presentation-management",
"document-sharing"
],
"author": "Anurag Biswal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anugcodes/present-pup/issues"
},
"homepage": "https://github.com/anugcodes/present-pup#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}