rubberguppe/package.json

31 lines
777 B
JSON
Raw Normal View History

2018-09-15 07:01:19 +00:00
{
2019-09-22 05:20:37 +00:00
"name": "guppe",
"version": "0.0.1",
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, and Mongodb",
2018-09-15 07:01:19 +00:00
"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"
2018-09-15 07:01:19 +00:00
},
"engines": {
"node": ">=10.10.0"
},
"devDependencies": {
2019-09-22 05:20:37 +00:00
"standard": "^14.3.1",
"standardjs": "^1.0.0-alpha"
},
2018-09-15 07:01:19 +00:00
"scripts": {
"start": "node index.js",
2018-09-15 07:01:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-09-09 22:44:53 +00:00
"author": "Will Murphy",
2019-09-22 05:20:37 +00:00
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/wmurphyrd/guppe"
2018-09-15 07:01:19 +00:00
}