-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.6 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "covidbd",
"version": "0.17.0",
"description": "Corona Tracker using Node.js",
"engines": {
"node": "^10.0.0",
"npm": "^5.6.0"
},
"scripts": {
"dev": "gulp",
"build": "gulp build --production",
"test": "node test.js"
},
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.heroku.com/covidbd.git"
},
"dependencies": {
"@aero/centra": "^1.0.6",
"bengali-number": "^1.0.4",
"compression": "^1.7.4",
"ejs": "^2.7.4",
"express": "^4.15.2",
"load-json-file": "^6.2.0",
"moment": "^2.29.1",
"node-cron": "^2.0.3",
"node-gnews": "^1.0.3",
"novelcovid": "^2.2.0",
"serve-favicon": "^2.5.0",
"write-json-file": "^4.3.0"
},
"devDependencies": {
"browser-sync": "^2.26.13",
"del": "^5.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.8",
"lazypipe": "^1.0.2",
"prettier": "^2.2.0",
"request": "^2.81.0",
"tape": "^5.0.1"
},
"keywords": [
"node",
"nCoV",
"covidbd",
"covid19",
"coronavirus",
"bangladesh",
"worldwide"
]
}