-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "nchikota-js",
"version": "1.0.0",
"engines": {
"node": ">=8.10.0",
"npm": ">=3.5.2"
},
"description": "An opensource tech stack composed of ExpressJS, NodeJS, ExtJS",
"main": "app.js",
"scripts": {
"test": "nyc mocha",
"start": "node ./app/scripts/forever-start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pupupulp/nchikota-js.git"
},
"keywords": [
"extjs6.2",
"extjs6",
"extjs-6.2",
"extjs-6",
"extjs",
"ext",
"sencha",
"javascript",
"js",
"expressjs",
"express-js",
"express",
"nodejs",
"node-js",
"node"
],
"author": {
"name": "Eagan Martin",
"email": "mece.martinece@gmail.com",
"url": "https://github.com/pupupulp"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pupupulp/nchikota-js/issues"
},
"homepage": "https://github.com/pupupulp/nchikota-js#readme",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.5",
"ddos": "^0.2.1",
"express": "^4.16.4",
"express-es6-template-engine": "^2.1.7",
"express-fileupload": "^1.1.3-alpha.1",
"express-jwt": "^5.3.1",
"express-jwt-blacklist": "^1.1.0",
"express-list-endpoints": "^4.0.0",
"express-mailer": "^0.3.1",
"express-minify": "^1.0.0",
"express-minify-html": "^0.12.0",
"express-rate-limit": "^3.4.0",
"express-request-id": "^1.4.1",
"express-slow-down": "^1.3.1",
"express-sslify": "^1.2.0",
"express-status-monitor": "^1.2.3",
"express-subdomain": "^1.0.5",
"express-user-agent-blocker": "^2.0.2",
"express-useragent": "^1.0.12",
"express-validator": "^5.3.1",
"forever-monitor": "^1.7.1",
"fs": "0.0.1-security",
"heapdump": "^0.3.12",
"helmet": "^3.16.0",
"http": "0.0.0",
"http-error-pages": "^2.0.0",
"konyvtar-js": "^1.4.3",
"moment": "^2.24.0",
"overload-protection": "^1.1.0",
"passport": "^0.4.0",
"request": "^2.88.0",
"require-dir": "^1.2.0",
"safe-buffer": "^5.1.2",
"serve-favicon": "^2.5.0",
"vitalsigns": "^0.4.3",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"sinon": "^7.2.7",
"supertest": "^4.0.0"
}
}