1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/package.json

102 lines
2.9 KiB
JSON
Raw Normal View History

2016-03-12 19:53:19 +08:00
{
2017-06-03 05:48:46 +08:00
"name": "pigallery2",
2017-06-21 17:46:23 +08:00
"version": "1.0.0-beta.1",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
2017-06-03 04:31:51 +08:00
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",
"license": "MIT",
"main": "./backend/index.js",
"bin": "./backend/index.js",
2016-03-12 19:53:19 +08:00
"scripts": {
"build": "ng build",
2017-06-11 04:56:23 +08:00
"pretest": "tsc",
"test": "ng test --single-run && mocha --recursive test/backend/unit",
"start": "node ./backend/index",
"ng": "ng",
"lint": "ng lint",
"e2e": "ng e2e"
2016-03-12 19:53:19 +08:00
},
2016-03-18 23:02:26 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
2016-03-12 19:53:19 +08:00
"dependencies": {
2017-05-27 16:15:57 +08:00
"body-parser": "^1.17.2",
2017-03-19 03:04:11 +08:00
"ejs": "^2.5.6",
"exif-parser": "^0.1.9",
2017-05-27 16:15:57 +08:00
"express": "^4.15.3",
"express-session": "^1.15.3",
"flat-file-db": "^1.0.0",
2017-05-27 16:15:57 +08:00
"jimp": "^0.2.28",
"mime": "^1.3.6",
2017-02-05 23:19:35 +08:00
"mysql": "^2.13.0",
"node-iptc": "^1.0.4",
2017-03-19 03:04:11 +08:00
"reflect-metadata": "^0.1.10",
2017-06-04 21:24:46 +08:00
"typeconfig": "^1.0.1",
2017-03-26 04:58:41 +08:00
"typeorm": "0.0.11",
2017-07-04 01:17:49 +08:00
"winston": "^2.3.1"
2016-12-27 06:36:38 +08:00
},
"devDependencies": {
"@agm/core": "^1.0.0-beta.0",
2017-07-04 01:17:49 +08:00
"@angular/cli": "1.2.0",
"@angular/common": "~4.2.5",
"@angular/compiler": "~4.2.5",
2017-07-04 01:17:49 +08:00
"@angular/compiler-cli": "^4.2.5",
"@angular/core": "~4.2.5",
"@angular/forms": "~4.2.5",
"@angular/http": "~4.2.5",
2017-07-04 01:17:49 +08:00
"@angular/language-service": "^4.2.5",
"@angular/platform-browser": "~4.2.5",
"@angular/platform-browser-dynamic": "~4.2.5",
"@angular/router": "~4.2.5",
2017-06-21 17:32:34 +08:00
"@types/express": "^4.0.36",
2017-05-27 16:15:57 +08:00
"@types/express-session": "1.15.0",
"@types/gm": "^1.17.31",
2017-06-28 04:59:54 +08:00
"@types/jasmine": "^2.5.53",
"@types/jimp": "^0.2.1",
2017-07-04 01:17:49 +08:00
"@types/node": "^8.0.7",
2017-06-04 21:24:46 +08:00
"@types/sharp": "^0.17.2",
"@types/winston": "^2.3.3",
2017-06-21 17:32:34 +08:00
"chai": "^4.0.2",
"codelyzer": "~3.1.1",
"core-js": "^2.4.1",
"ejs-loader": "^0.3.0",
2017-06-03 04:31:51 +08:00
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.7",
2017-06-03 05:21:05 +08:00
"gulp-zip": "^4.0.0",
"intl": "^1.2.5",
2017-06-21 17:32:34 +08:00
"jasmine-core": "^2.6.4",
2017-06-28 04:59:54 +08:00
"jasmine-spec-reporter": "~4.1.1",
2017-05-27 16:15:57 +08:00
"karma": "^1.7.0",
2016-12-27 06:36:38 +08:00
"karma-cli": "^1.0.1",
2017-06-21 17:32:34 +08:00
"karma-coverage-istanbul-reporter": "^1.3.0",
2016-12-29 22:18:23 +08:00
"karma-jasmine": "^1.1.0",
2016-12-27 06:36:38 +08:00
"karma-jasmine-html-reporter": "^0.2.2",
2017-03-19 03:04:11 +08:00
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "^0.6.0",
2016-12-27 06:36:38 +08:00
"karma-systemjs": "^0.16.0",
2017-07-04 01:17:49 +08:00
"merge2": "^1.1.0",
2017-05-27 16:15:57 +08:00
"mocha": "^3.4.2",
"ng2-cookies": "^1.0.12",
"ng2-slim-loading-bar": "^4.0.0",
2016-12-27 06:36:38 +08:00
"phantomjs-prebuilt": "^2.1.14",
2017-05-27 16:15:57 +08:00
"protractor": "^5.1.2",
2017-03-26 04:58:41 +08:00
"remap-istanbul": "^0.9.5",
2017-03-19 03:04:11 +08:00
"rimraf": "^2.6.1",
2017-07-04 01:17:49 +08:00
"run-sequence": "^2.0.0",
"rxjs": "^5.4.1",
2016-12-27 06:36:38 +08:00
"ts-helpers": "^1.1.2",
2017-06-28 04:59:54 +08:00
"ts-node": "~3.1.0",
2017-06-21 17:32:34 +08:00
"tslint": "^5.4.3",
"typescript": "^2.4.1",
"zone.js": "^0.8.12"
},
"optionalDependencies": {
"gm": "^1.23.0",
2017-07-04 01:17:49 +08:00
"sharp": "^0.18.2"
2016-03-14 20:13:54 +08:00
}
2016-03-12 19:53:19 +08:00
}