1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/package.json
2017-05-27 10:15:57 +02:00

81 lines
2.3 KiB
JSON

{
"name": "PiGallery2",
"version": "0.1.0",
"private": true,
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Braun Patrik",
"homepage": "https://github.com/bpatrik/PiGallery2",
"license": "MIT",
"main": "./backend/server.js",
"scripts": {
"postinstall": "tsc",
"pretest": "tsc",
"test": "karma start karma.conf.js --single-run && mocha --recursive test/backend/unit",
"start": "node ./backend/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
"@agm/core": "^1.0.0-beta.0",
"@angular/common": "~4.1.3",
"@angular/compiler": "~4.1.3",
"@angular/core": "~4.1.3",
"@angular/forms": "~4.1.3",
"@angular/http": "~4.1.3",
"@angular/platform-browser": "~4.1.3",
"@angular/platform-browser-dynamic": "~4.1.3",
"@angular/router": "~4.1.3",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"debug": "^2.6.8",
"ejs": "^2.5.6",
"exif-parser": "^0.1.9",
"express": "^4.15.3",
"express-session": "^1.15.3",
"flat-file-db": "^1.0.0",
"jimp": "^0.2.28",
"mime": "^1.3.6",
"mocha": "^3.4.2",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"ng2-cookies": "^1.0.12",
"node-iptc": "^1.0.4",
"optimist": "^0.6.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.0",
"systemjs": "0.20.12",
"threads": "^0.7.3",
"typeorm": "0.0.11",
"zone.js": "^0.8.11"
},
"devDependencies": {
"@types/express": "^4.0.35",
"@types/express-session": "1.15.0",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.22",
"@types/optimist": "0.0.29",
"chai": "^4.0.0",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-cli": "^1.0.1",
"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",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.14",
"protractor": "^5.1.2",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.6.1",
"ts-helpers": "^1.1.2",
"tslint": "^5.3.2",
"typescript": "^2.3.3"
}
}