-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 KB
/
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
39
40
41
{
"name": "multer-drive",
"version": "1.0.3",
"description": "An Express.js Multer middleware Storage Engine for Google Drive.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omardoma/multer-drive.git"
},
"keywords": [
"Express.js",
"Multer",
"Google-Drive",
"Drive",
"Node.js",
"File-Upload",
"Upload"
],
"author": "Omar Doma",
"license": "ISC",
"bugs": {
"url": "https://github.com/omardoma/multer-drive/issues"
},
"homepage": "https://github.com/omardoma/multer-drive#readme",
"dependencies": {
"googleapis": "^36.0.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.15.2"
}
}