{ "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": { "body-parser": "^1.17.2", "express": "^4.15.2", "morgan": "^1.8.1", "node-inspector": "^1.1.1" }, "jshintConfig": { "undef": true, "unused": true, "esversion": 6, "node": true } }