-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "infinitydrive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Infinity-Drive/InfinityDrive-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Infinity-Drive/InfinityDrive-Backend/issues"
},
"homepage": "https://github.com/mhd3v/InfinityDrive#readme",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"async": "^2.6.1",
"axios": "^0.18.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"busboy": "^0.3.0",
"dropbox": "^4.0.15",
"dropbox-stream": "^3.0.0",
"express": "^4.16.4",
"googleapis": "^37.2.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.15",
"mongoose": "^5.3.14",
"onedrive-api": "^0.3.0",
"querystring": "^0.2.0",
"validator": "^10.9.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}