-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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
45
46
47
48
{
"name": "uploadimageusingmongoandnode",
"version": "1.0.0",
"description": "Upload image using mongo and node",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node server.js --ignore public/",
"dev": "webpack -wd"
},
"keywords": [
"Image",
"Upload",
"mongo",
"node"
],
"author": "Hadi Tariq",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongodb": "^3.0.10",
"mongoose": "^5.2.13",
"multer": "^1.3.1",
"multer-gridfs-storage": "^3.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.17.5",
"webpack": "^4.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haditariq/Upload-Image-using-mongo-and-node.js.git"
},
"bugs": {
"url": "https://github.com/haditariq/Upload-Image-using-mongo-and-node.js.git/issues"
},
"homepage": "https://github.com/haditariq/Upload-Image-using-mongo-and-node.js.git#readme"
}