mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-28 08:58:49 +02:00
83 lines
2.4 KiB
JSON
83 lines
2.4 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": {
|
|
"@angular/common": "~2.4.10",
|
|
"@angular/compiler": "~2.4.10",
|
|
"@angular/core": "~2.4.10",
|
|
"@angular/forms": "~2.4.10",
|
|
"@angular/http": "~2.4.10",
|
|
"@angular/platform-browser": "~2.4.10",
|
|
"@angular/platform-browser-dynamic": "~2.4.10",
|
|
"@angular/platform-server": "~2.4.10",
|
|
"@angular/router": "~3.4.10",
|
|
"angular2-google-maps": "^0.17.0",
|
|
"body-parser": "^1.17.1",
|
|
"core-js": "^2.4.1",
|
|
"debug": "^2.6.3",
|
|
"ejs": "^2.5.6",
|
|
"exif-parser": "^0.1.9",
|
|
"express": "^4.15.2",
|
|
"express-session": "^1.15.1",
|
|
"flat-file-db": "^1.0.0",
|
|
"jimp": "^0.2.27",
|
|
"mime": "^1.3.4",
|
|
"mocha": "^3.2.0",
|
|
"morgan": "^1.8.1",
|
|
"mysql": "^2.13.0",
|
|
"ng2-cookies": "^1.0.6",
|
|
"node-iptc": "^1.0.4",
|
|
"optimist": "^0.6.1",
|
|
"reflect-metadata": "^0.1.10",
|
|
"rxjs": "^5.2.0",
|
|
"systemjs": "0.20.10",
|
|
"threads": "^0.7.2",
|
|
"typeorm": "0.0.9",
|
|
"zone.js": "^0.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.0.35",
|
|
"@types/express-session": "0.0.32",
|
|
"@types/jasmine": "^2.5.46",
|
|
"@types/node": "^7.0.8",
|
|
"@types/optimist": "0.0.29",
|
|
"angular-cli": "^1.0.0-beta.28.3",
|
|
"chai": "^3.5.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"karma": "^1.5.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.2.0",
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
"protractor": "^5.1.1",
|
|
"remap-istanbul": "^0.9.1",
|
|
"rimraf": "^2.6.1",
|
|
"ts-helpers": "^1.1.2",
|
|
"tslint": "^4.5.1",
|
|
"typescript": "^2.2.1"
|
|
}
|
|
}
|