rubberguppe/package.json
2019-09-27 22:24:35 -05:00

34 lines
955 B
JSON

{
"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": "github:wmurphyrd/node-http-signature#9c02eeb",
"mongodb": "^3.3.2",
"morgan": "^1.9.1",
"nunjucks": "^3.2.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"engines": {
"node": ">=10.10.0"
},
"devDependencies": {
"chokidar": "^3.1.1",
"standard": "^14.3.1",
"standardjs": "^1.0.0-alpha"
},
"scripts": {
"start": "node index.js",
"start:prod": "NODE_ENV=production authbind 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"
}