UNPKG

minapi

Version:

Minimum viable API w/ authentication and permissions, CRUD and resource management

49 lines (48 loc) 1.05 kB
{ "name": "minapi", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "jwt": "^0.2.0", "mongodb": "^6.3.0", "morgan": "^1.10.0", "phone": "^3.1.42", "postmark": "^4.0.2", "underscore": "^1.13.6" }, "description": "Minimum viable API w/ authentication and permissions, CRUD and resource management", "directories": { "example": "example" }, "scripts": { "test": "node example" }, "repository": { "type": "git", "url": "git+https://github.com/avenuedigital/MinAPI.git" }, "keywords": [ "framework", "mongodb", "api", "express", "auth", "jwt", "backend", "mvp", "crud", "rest" ], "author": "Haseeb Qureshi (HQ)", "bugs": { "url": "https://github.com/avenuedigital/MinAPI/issues" }, "homepage": "https://github.com/avenuedigital/MinAPI#readme" }