{ "name": "overseer", "version": "0.2.0", "description": "Self-hosted inventory tracker", "main": "index.js", "scripts": { "start": "node index.js", "grunt": "grunt", "nodemon": "nodemon index.js", "lint": "eslint index.js src/**/*.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "gitea@git.metaunix.net:BitGoblin/overseer.git" }, "keywords": [ "inventory", "tracking" ], "author": "Gregory Ballanine ", "uploaders": [ { "name": "Gregory Ballantine", "email": "gballantine@bitgoblin.tech" } ], "license": "BSD-2-Clause", "devDependencies": { "eslint": "^8.26.0", "eslint-config-google": "^0.14.0", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", "grunt-contrib-sass": "^2.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-deb": "^0.2.5", "nodemon": "^2.0.20", "sass": "^1.55.0" }, "dependencies": { "config": "^3.3.8", "connect-redis": "^6.1.3", "express": "^4.18.2", "express-session": "^1.17.3", "mariadb": "^3.0.2", "mysql2": "^2.3.3", "pg": "^8.8.0", "pg-hstore": "^2.3.4", "redis": "^4.4.0", "sequelize": "^6.25.3", "sqlite3": "^5.1.2", "twig": "^1.15.4" } }