1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/package.json
2017-07-30 09:56:43 +02:00

116 lines
3.3 KiB
JSON

{
"name": "pigallery2",
"version": "1.0.0-rc.1",
"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": "./backend/index.js",
"bin": "./backend/index.js",
"scripts": {
"install": "tsc && ng build -prod",
"build-release": "gulp build-release",
"pretest": "tsc",
"test": "ng test --single-run && mocha --recursive test/backend/unit",
"start": "node ./backend/index",
"ng": "ng",
"lint": "ng lint",
"e2e": "ng e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
"bcryptjs": "2.4.3",
"body-parser": "1.17.2",
"cookie-session": "^2.0.0-beta.2",
"ejs": "2.5.7",
"express": "4.15.3",
"jimp": "0.2.28",
"reflect-metadata": "0.1.10",
"sqlite3": "^3.1.8",
"ts-exif-parser": "^0.1.23",
"ts-node-iptc": "^1.0.9",
"typeconfig": "1.0.4",
"typeorm": "0.0.11",
"winston": "2.3.1"
},
"devDependencies": {
"@agm/core": "^1.0.0-beta.0",
"@angular/animations": "^4.3.2",
"@angular/cli": "1.2.6",
"@angular/common": "~4.3.2",
"@angular/compiler": "~4.3.2",
"@angular/compiler-cli": "^4.3.2",
"@angular/core": "~4.3.2",
"@angular/forms": "~4.3.2",
"@angular/http": "~4.3.2",
"@angular/language-service": "^4.3.2",
"@angular/platform-browser": "~4.3.2",
"@angular/platform-browser-dynamic": "~4.3.2",
"@angular/router": "~4.3.2",
"@types/bcryptjs": "^2.4.0",
"@types/chai": "^4.0.1",
"@types/cookie-session": "^2.0.32",
"@types/express": "^4.0.36",
"@types/gm": "^1.17.31",
"@types/jasmine": "^2.5.53",
"@types/jimp": "^0.2.1",
"@types/node": "^8.0.17",
"@types/sharp": "^0.17.2",
"@types/winston": "^2.3.4",
"bootstrap": "^3.3.7",
"chai": "^4.1.0",
"codelyzer": "~3.1.2",
"core-js": "^2.4.1",
"ejs-loader": "^0.3.0",
"gulp": "^3.9.1",
"gulp-json-modify": "^1.0.2",
"gulp-typescript": "^3.2.1",
"gulp-zip": "^4.0.0",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"jasmine-core": "^2.7.0",
"jasmine-spec-reporter": "~4.1.1",
"jw-bootstrap-switch-ng2": "^1.0.4",
"karma": "^1.7.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "^0.6.0",
"karma-systemjs": "^0.16.0",
"merge2": "^1.1.0",
"mocha": "^3.4.2",
"ng2-cookies": "^1.0.12",
"ng2-slim-loading-bar": "^4.0.0",
"ng2-toastr": "^4.1.2",
"ngx-bootstrap": "^1.8.1",
"ngx-clipboard": "^8.0.3",
"phantomjs-prebuilt": "^2.1.14",
"protractor": "^5.1.2",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.6.1",
"run-sequence": "^2.1.0",
"rxjs": "^5.4.2",
"ts-helpers": "^1.1.2",
"ts-node": "~3.3.0",
"tslint": "^5.5.0",
"typescript": "^2.4.2",
"zone.js": "^0.8.16"
},
"optionalDependencies": {
"bcrypt": "^1.0.2",
"gm": "^1.23.0",
"sharp": "^0.18.2"
},
"engines": {
"node": ">= 6.9"
}
}