-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 826 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
{
"name": "node-core",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon app.js",
"mongoose": "nodemon mongoose.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theranjitkumar/node-core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theranjitkumar/node-core/issues"
},
"homepage": "https://github.com/theranjitkumar/node-core#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"hapi": "^17.6.0",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"mongodb": "^3.1.13",
"mongoose": "^5.4.14",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"nodemailer": "^5.1.1",
"socket.io": "^2.2.0"
}
}