-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 944 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
{
"name": "bicycly-back-end",
"version": "1.0.0",
"description": "backend",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanevn/bicycly-back-end.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonathanevn/bicycly-back-end/issues"
},
"homepage": "https://github.com/jonathanevn/bicycly-back-end#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"compression": "^1.7.3",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"helmet": "^3.15.0",
"http": "0.0.0",
"lodash": "^4.17.11",
"mongoose": "^5.3.14",
"mongoose-simple-random": "^0.4.1",
"uid2": "0.0.3",
"ws": "^6.1.2"
}
}