{ "name": "guppe", "version": "0.0.1", "description": "Decentralized social groups with ActivityPub, NodeJS, Express, and Mongodb", "main": "index.js", "dependencies": { "body-parser": "^1.18.3", "cors": "^2.8.4", "express": "^4.16.3", "express-basic-auth": "^1.1.5", "http-signature": "^1.2.0", "mongodb": "^3.3.2", "request": "^2.88.0", "request-promise-native": "^1.0.7" }, "engines": { "node": ">=10.10.0" }, "devDependencies": { "standard": "^14.3.1", "standardjs": "^1.0.0-alpha" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Will Murphy", "license": "AGPL-3.0-or-later", "repository": "https://github.com/wmurphyrd/guppe" }