Added config

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2017-12-20 17:24:34 -08:00
parent 9a77ceeccd
commit 15945e5004
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules node_modules
elements elements
frontend/bower_components frontend/bower_components
pictures

3
config/default.json Normal file
View File

@ -0,0 +1,3 @@
{
"picturesPath": "./pictures"
}

View File

@ -15,10 +15,13 @@
"author": "James Ketrenos", "author": "James Ketrenos",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.17.2", "body-parser": "^1.17.2",
"config": "^1.28.1",
"express": "^4.15.2", "express": "^4.15.2",
"morgan": "^1.8.1", "morgan": "^1.8.1",
"node-inspector": "^1.1.1" "node-inspector": "^1.1.1",
"sequelize": "^4.28.6"
}, },
"jshintConfig": { "jshintConfig": {
"undef": true, "undef": true,