Merge branch 'master' of nuc.ketrenos.com:jketreno/photo.ketr
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
commit
3c7fef19e0
@ -9,6 +9,6 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": 8123
|
"port": 8123
|
||||||
},
|
},
|
||||||
"picturesPath": "./pictures",
|
"picturesPath": "/multimedia/Pictures",
|
||||||
"basePath": "/photos"
|
"basePath": "/photos"
|
||||||
}
|
}
|
||||||
|
@ -4,9 +4,7 @@
|
|||||||
"description": "Self hosting photo",
|
"description": "Self hosting photo",
|
||||||
"main": "server/app.js",
|
"main": "server/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"debug": "node node_modules/node-inspector/bin/node-debug.js ./server/app.js",
|
"start": "node ./server/app.js"
|
||||||
"start": "node ./server/app.js",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -24,8 +22,6 @@
|
|||||||
"mariasql": "^0.2.6",
|
"mariasql": "^0.2.6",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.22.2",
|
||||||
"morgan": "^1.9.0",
|
"morgan": "^1.9.0",
|
||||||
"mysql2": "^1.5.1",
|
|
||||||
"node-inspector": "^1.1.1",
|
|
||||||
"qs": "^6.5.2",
|
"qs": "^6.5.2",
|
||||||
"sequelize": "^4.28.6",
|
"sequelize": "^4.28.6",
|
||||||
"sequelize-mysql": "^1.7.0",
|
"sequelize-mysql": "^1.7.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user