1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:19:26 +00:00
Files
stratos/package.json
2022-02-03 11:54:44 +00:00

46 lines
1.1 KiB
JSON

{
"name": "stratos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --max-workers=50%",
"lint": "eslint .",
"diag": "utility/uml/generateDiagrams.ksh",
"css": "sass src/stylesheets/main.scss public/css/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-fidd/stratos.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-fidd/stratos/issues"
},
"homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"mysql2": "^2.3.3",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"del": "^6.0.0",
"eslint": "^8.6.0",
"eslint-plugin-jest": "^25.7.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"jest": "^27.4.7",
"jest-extended": "^1.2.0",
"sass": "^1.49.0"
}
}