{ "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.17.2", "config": "^1.28.1", "express": "^4.15.2", "morgan": "^1.8.1", "node-inspector": "^1.1.1", "sequelize": "^4.28.6" }, "jshintConfig": { "undef": true, "unused": true, "esversion": 6, "node": true } }