41 lines
1009 B
JSON
41 lines
1009 B
JSON
{
|
|
"name": "photos.ketr",
|
|
"version": "1.0.0",
|
|
"description": "Self hosting photo",
|
|
"main": "server/app.js",
|
|
"scripts": {
|
|
"debug": "node node_modules/node-inspector/bin/node-debug.js ./server/app.js",
|
|
"start": "node ./server/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@nuc:jketreno/photos.ketr.git"
|
|
},
|
|
"author": "James Ketrenos",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"body-parser": "^1.18.2",
|
|
"config": "^1.28.1",
|
|
"cookie-parser": "^1.4.3",
|
|
"exif-reader": "github:paras20xx/exif-reader",
|
|
"express": "^4.16.2",
|
|
"mariasql": "^0.2.6",
|
|
"moment": "^2.22.2",
|
|
"morgan": "^1.9.0",
|
|
"mysql2": "^1.5.1",
|
|
"node-inspector": "^1.1.1",
|
|
"qs": "^6.5.2",
|
|
"sequelize": "^4.28.6",
|
|
"sequelize-mysql": "^1.7.0",
|
|
"sharp": "^0.20.5"
|
|
},
|
|
"jshintConfig": {
|
|
"undef": true,
|
|
"unused": true,
|
|
"esversion": 6,
|
|
"node": true
|
|
}
|
|
}
|