{ "name" : "photo-manager" , "description" : "Upload and Management of Photos (node.js, 2016)" , "version" : "0.0.1" , "author" : "Dym Sohin " , "license" : "MIT" , "main" : "app.js" , "engines" : { "node" : ">=0.8.0" } , "dependencies" : { "body-parser" : "^1.18.3" , "compression" : "^1.7.1" , "express" : "^4.16.2" , "express-minify" : "^0.2.0" , "formidable" : "^1.1.1" , "gm" : "^1.23.0" , "md5" : "^2.2.1" , "morgan" : "^1.9.0" , "multer" : "^1.3.0" , "range-2018.js": "0.0.4" , "request" : "^2.87.0" } , "scripts" : { "start" : "npm i --no-save && pm2 update && pm2 start app.js -i 1 --name 'photos' --no-daemon --watch --ignore-watch 'uploads static node_modules .git output.txt log.txt' --attach -l output.txt" , "production" : "ENV=PRODUCTION pm2 start app.js -i 1 --name 'photos' --watch --ignore-watch 'uploads static node_modules .git output.txt log.txt' --attach -l output.txt" , "dev" : "nodemon app.js --ignore static/" } }