UNPKG

spark-property-manager

Version:
107 lines (106 loc) 2.71 kB
{ "name": "spark-property-manager", "version": "1.2.4", "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-session-sequelize": "^7.1.7", "continuation-local-storage": "^3.2.1", "cookie-parser": "~1.4.3", "datatables": "1.10.18", "datatables.net": "1.12.1", "datatables.net-dt": "1.12.1", "debug": "~4.3.2", "ejs": "^3.1.10", "emailjs": "^2.1.0", "es5-ext": "^0.10.64", "express": "^4.21.2", "express-async-await": "^1.1.0", "express-ipfilter": "^1.3.2", "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", "sequelize": "6.32.0", "tiny-csrf": "^1.1.6", "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", "multer", "fast-csv", "passport", "emailjs", "log4js", "ejs", "tiny-csrf", "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": "^11.1.0", "sequelize-cli": "^6.6.2" } }