{ "name": "json-based-api", "version": "1.0.0", "description": "API for managing a list of user and associated permissions", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon server.js" }, "repository": { "type": "git", "url": "git+https://github.com/senaduka/amras-zadatak1.git" }, "author": "Amra S", "license": "ISC", "bugs": { "url": "https://github.com/senaduka/amras-zadatak1/issues" }, "homepage": "https://github.com/senaduka/amras-zadatak1#readme", "devDependencies": { "nodemon": "^1.15.0" }, "dependencies": { "express": "^4.16.2", "mongoose": "^5.0.6" } }