-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
{
"name": "soundNimbus",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"devStart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helloprof/soundNimbus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/helloprof/soundNimbus/issues"
},
"homepage": "https://github.com/helloprof/soundNimbus#readme",
"dependencies": {
"client-sessions": "^0.8.0",
"cloudinary": "^1.28.1",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
"mongoose": "^6.2.10",
"multer": "^1.4.4",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.17.0",
"streamifier": "^0.1.1"
},
"description": ""
}