-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 844 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
36
37
38
{
"name": "nodejs",
"version": "1.0.0",
"description": "Node learn",
"main": "index.js",
"scripts": {
"test": "mocha *.test.js",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:xxx87/NodeJS.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"fs": "0.0.2",
"git-auto-pull": "^1.0.9",
"http": "0.0.0",
"nodemailer": "^6.1.1",
"nunjucks": "^3.2.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.10.0",
"sequelize": "^5.7.1"
},
"devDependencies": {
"mocha": "^6.1.4",
"nodemon": "^1.18.11"
}
}