-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 947 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": "guitar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"server": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lopeselio/MUZIK.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lopeselio/MUZIK/issues"
},
"homepage": "https://github.com/lopeselio/MUZIK#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"concurrently": "^3.6.0",
"cookie-parser": "^1.4.3",
"core-util-is": "^1.0.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"mongoose": "^5.1.6",
"multer": "^1.3.0",
"nodemon": "^2.0.4",
"npm": "^6.14.8"
}
}