-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "noisewave",
"version": "1.0.0",
"description": "A SoundCloud Clone",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"start:development": "nodemon -r dotenv/config ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaedalusG/420_Group2_Project.git"
},
"author": "Warren Gifford, Cole Hunter, Chris Cottier, Ben Anderson",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaedalusG/420_Group2_Project/issues"
},
"homepage": "https://github.com/DaedalusG/420_Group2_Project#readme",
"dependencies": {
"aws": "0.0.3-2",
"aws-sdk": "^2.713.0",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-validator": "^6.6.0",
"fs": "0.0.1-security",
"jplayer": "^2.9.2",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"path": "^0.12.7",
"per-env": "^1.0.2",
"pg": "^8.3.0",
"pug": "^3.0.0",
"sequelize": "^5.22.3"
},
"devDependencies": {
"dotenv-cli": "^3.2.0",
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
}
}