-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 Bytes
/
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
{
"name": "country-state-and-city-free-api",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "^2.6.9",
"dotenv": "^6.0.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"helmet": "^3.13.0",
"http-errors": "~1.6.2",
"joi": "^13.6.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"morgan": "~1.9.0",
"mysql2": "^1.6.1",
"nodemailer": "^4.6.8",
"sequelize": "^4.38.0",
"serve-favicon": "^2.5.0",
"winston": "^3.0.0"
},
"apidoc": {
"name": "CSC Free API",
"version": "1.0.0",
"description": "Country state and city free api",
"title": "CSC Free API",
"url" : "https://api.github.com/v1"
}
}