{ "name": "a22-restful-blog-app-crud", "version": "1.0.0", "description": "RESTful Blog App with CRUD", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Dean Mark D. Moises", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "ejs": "^2.6.1", "express": "^4.16.3", "express-sanitizer": "^1.0.4", "method-override": "^3.0.0", "mongoose": "^5.2.12" } }