-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 908 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 908 Bytes
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
{
"name": "dronexer-server",
"version": "1.0.0",
"description": "Dronexer's server side app",
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "nodemon"
},
"author": "Biser Atanasov (biskazz)",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.0",
"cors": "^2.8.4",
"exif-parser": "^0.1.12",
"express": "^4.15.4",
"file-type": "^6.1.0",
"fs-extra": "^4.0.1",
"helmet": "^3.8.1",
"jsonwebtoken": "^8.0.0",
"moment": "^2.18.1",
"mongoose": "^4.11.11",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-jwt": "^3.0.0",
"sharp": "^0.18.2",
"shortid": "^2.2.8",
"uuid": "^3.1.0",
"validator": "^8.2.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-replace-task": "^0.11.0",
"standard": "^10.0.3"
}
}