-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 896 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-starter-app-mongo",
"version": "1.0.0",
"description": "A boilerplate for Node.js web applications.",
"main": "bin/www",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varunon9/node-starter-app-mongo.git"
},
"keywords": [
"nodejs-boilerplate",
"semantic-ui",
"hello-world-node"
],
"author": "Varun Kumar <varunon9@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/varunon9/node-starter-app-mongo/issues"
},
"homepage": "https://github.com/varunon9/node-starter-app-mongo#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.1.0",
"nodemailer": "^4.6.4",
"request": "^2.85.0"
}
}