menuserver/package.json
Martin Donnelly 9e2c07ba38 init
2019-12-11 00:07:07 +00:00

42 lines
979 B
JSON

{
"name": "menuserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"backbone": "^1.4.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"helmet": "^3.21.2",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"markdown": "^0.5.0",
"minibus": "^3.1.0",
"nosql": "^6.1.0",
"schema-check": "0.0.7",
"short-hash": "^1.0.0",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"browserify": "^16.5.0",
"eslint": "^6.6.0",
"gulp": "^3.9.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.8",
"require-dir": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}