{ "name": "pigallery2", "version": "1.8.5", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "author": "Patrik J. Braun", "homepage": "https://github.com/bpatrik/PiGallery2", "license": "MIT", "main": "./src/backend/index.js", "bin": "./src/backend/index.js", "scripts": { "build": "tsc && gulp build-prod", "create-release": "gulp create-release", "build-backend": "tsc", "pretest": "tsc", "test": "ng test && nyc mocha --recursive test", "coverage": "nyc report --reporter=text-lcov | coveralls", "start": "node ./src/backend/index", "run-dev": "ng build --aot --watch --output-path=./dist --i18n-locale en --i18n-file src/frontend/translate/messages.en.xlf --i18n-missing-translation warning", "run-dev-hu": "ng build --aot --watch --output-path=./dist --i18n-locale hu --i18n-file src/frontend/translate/messages.hu.xlf --i18n-missing-translation warning", "build-stats": "ng build --aot --prod --stats-json --output-path=./dist --i18n-locale en --i18n-file src/frontend/translate/messages.en.xlf --i18n-missing-translation warning", "merge-new-translation": "gulp merge-new-translation", "add-translation": "gulp add-translation", "generate-man": "gulp generate-man" }, "repository": { "type": "git", "url": "git+https://github.com/bpatrik/PiGallery2.git" }, "bugs": { "url": "https://github.com/bpatrik/PiGallery2/issues" }, "dependencies": { "bcrypt": "5.0.0", "body-parser": "1.19.0", "cookie-parser": "1.4.5", "cookie-session": "2.0.0-rc.1", "csurf": "1.11.0", "ejs": "3.1.5", "exifreader": "3.13.0", "express": "4.17.1", "express-unless": "0.5.0", "fluent-ffmpeg": "2.1.2", "image-size": "0.9.3", "jimp": "0.16.1", "locale": "0.1.0", "node-geocoder": "^3.27.0", "reflect-metadata": "0.1.13", "sharp": "0.23.4", "sqlite3": "5.0.0", "ts-exif-parser": "0.2.1", "ts-node-iptc": "1.0.11", "typeconfig": "2.0.14", "typeorm": "0.2.29", "winston": "2.4.4" }, "devDependencies": { "@angular-devkit/build-angular": "0.803.20", "@angular-devkit/build-optimizer": "0.803.20", "@angular/animations": "8.2.14", "@angular/cli": "8.3.20", "@angular/common": "8.2.14", "@angular/compiler": "8.2.14", "@angular/compiler-cli": "8.2.14", "@angular/core": "8.2.14", "@angular/forms": "8.2.14", "@angular/http": "7.2.15", "@angular/language-service": "8.2.14", "@angular/platform-browser": "8.2.14", "@angular/platform-browser-dynamic": "8.2.14", "@angular/router": "8.2.14", "@ngx-translate/i18n-polyfill": "1.0.0", "@types/bcrypt": "3.0.0", "@types/bcryptjs": "2.4.2", "@types/chai": "4.2.14", "@types/cookie-parser": "1.4.2", "@types/cookie-session": "2.0.42", "@types/csurf": "1.11.0", "@types/ejs": "3.0.5", "@types/express": "4.17.9", "@types/express-jwt": "6.0.0", "@types/fluent-ffmpeg": "2.1.16", "@types/gulp": "4.0.7", "@types/gulp-zip": "4.0.1", "@types/image-size": "0.8.0", "@types/jasmine": "3.6.2", "@types/jsonwebtoken": "8.5.0", "@types/node": "14.14.19", "@types/node-geocoder": "^3.24.1", "@types/sharp": "0.26.1", "@types/winston": "2.4.4", "@types/xml2js": "0.4.7", "@yaga/leaflet-ng2": "1.0.0", "bootstrap": "4.5.3", "chai": "4.2.0", "chai-http": "4.3.0", "codelyzer": "6.0.1", "core-js": "3.8.2", "coveralls": "3.1.0", "deep-equal-in-any-order": "^1.0.28", "ejs-loader": "0.5.0", "gulp": "4.0.2", "gulp-json-editor": "2.5.4", "gulp-typescript": "5.0.1", "gulp-zip": "5.0.2", "hammerjs": "2.0.8", "intl": "1.2.5", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "6.0.0", "jw-bootstrap-switch-ng2": "2.0.5", "karma": "5.2.3", "karma-chrome-launcher": "3.1.0", "karma-cli": "2.0.0", "karma-coverage-istanbul-reporter": "3.0.3", "karma-jasmine": "4.0.1", "karma-jasmine-html-reporter": "1.5.4", "karma-remap-istanbul": "0.6.0", "karma-systemjs": "0.16.0", "mocha": "8.2.1", "natural-orderby": "2.0.3", "ng2-cookies": "1.0.12", "ng2-slim-loading-bar": "4.0.0", "ngx-bootstrap": "5.2.0", "ngx-clipboard": "12.3.0", "ngx-toastr": "11.2.1", "nyc": "15.1.0", "open-iconic": "1.1.1", "protractor": "7.0.0", "remap-istanbul": "0.13.0", "rxjs": "6.5.3", "rxjs-compat": "6.5.3", "terser": "4.4.2", "ts-helpers": "1.1.2", "ts-node": "9.1.1", "tslint": "6.1.3", "typescript": "3.5.3", "xlf-google-translate": "1.0.0-beta.19", "xml2js": "0.4.23", "zone.js": "0.11.3" }, "//": [ "TODO: remove terser version lock once webpack is fixed", "TODO: check i18n-pollify once angular 8 is out" ], "resolutions": { "natives": "1.1.3" }, "optionalDependencies": { "@ffmpeg-installer/ffmpeg": "1.0.20", "@ffprobe-installer/ffprobe": "1.1.0", "mysql": "2.18.1" }, "engines": { "node": ">=12.0 <15.0" } }