-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 2.71 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "spark-property-manager",
"version": "1.1.21",
"description": "Spark Real Estate Management Application",
"main": "./bin/server.js",
"scripts": {
"test": "mocha",
"lint": "eslint --ext .js .",
"start": "node ./bin/server.js",
"debug": "node --inspect ./bin/server.js"
},
"author": "Steve Park",
"license": "MIT",
"dependencies": {
"aes256": "^1.1.0",
"body-parser": "^1.18.3",
"bootstrap": "5.0.2",
"chart.js": "^3.5.0",
"cluster": "^0.7.7",
"connect-flash": "^0.1.1",
"connect-memcached": "2.0.0",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "~1.4.3",
"crypto-random-string": "^1.0.0",
"csurf": "^1.9.0",
"datatables": "1.10.18",
"datatables.net": "1.12.1",
"datatables.net-dt": "1.12.1",
"debug": "~4.3.2",
"ejs": "^3.1.6",
"emailjs": "^2.1.0",
"es5-ext": "^0.10.61",
"express": "^4.15.4",
"express-async-await": "^1.1.0",
"express-ipfilter": "^1.2.0",
"express-rate-limit": "^6.1.0",
"express-session": "^1.15.6",
"fast-csv": "4.3.6",
"feather-icons": "^4.28.0",
"fs": "0.0.1-security",
"grunt": "1.6.1",
"http-errors": "~1.6.2",
"https": "^1.0.0",
"jquery": "3.5.1",
"jquery-ui-dist": "^1.12.1",
"jquery.cookie": "^1.4.1",
"log4js": "^6.3.0",
"moment-timezone": "^0.5.43",
"morgan": "~1.9.0",
"multer": "1.4.5-lts.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "8.7.1",
"pg-hstore": "^2.3.2",
"properties-reader": "2.2.0",
"randomstring": "^1.1.5",
"sequelize": "6.32.0",
"validator": "^13.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wsapiens/spark-property-manager.git"
},
"bugs": {
"url": "https://github.com/wsapiens/spark-property-manager/issues"
},
"homepage": "https://github.com/wsapiens/spark-property-manager#readme",
"keywords": [
"real estate",
"bookkeeping",
"rental property management",
"bank statement import",
"web",
"app",
"application",
"distributed session",
"email notification",
"static code analysis",
"orm",
"database migration",
"unit test",
"csrf protection",
"express",
"sequelize",
"pg",
"memcached",
"multer",
"fast-csv",
"passport",
"emailjs",
"log4js",
"ejs",
"csurf",
"mocha",
"grunt",
"jshint"
],
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^9.0.3",
"sequelize-cli": "^6.2.0"
}
}