Added config
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
9a77ceeccd
commit
15945e5004
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
elements
|
elements
|
||||||
frontend/bower_components
|
frontend/bower_components
|
||||||
|
pictures
|
||||||
|
3
config/default.json
Normal file
3
config/default.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"picturesPath": "./pictures"
|
||||||
|
}
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user