2018-09-15 07:01:19 +00:00
|
|
|
{
|
2019-09-22 05:20:37 +00:00
|
|
|
"name": "guppe",
|
2022-05-01 20:13:46 +00:00
|
|
|
"version": "1.1.0",
|
2019-11-18 01:31:58 +00:00
|
|
|
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, Vue, and Mongodb",
|
2018-09-15 07:01:19 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-10-24 17:29:14 +00:00
|
|
|
"@small-tech/auto-encrypt": "^3.0.1",
|
2022-04-28 01:22:53 +00:00
|
|
|
"activitypub-express": "^3.1.2",
|
2019-10-04 02:47:44 +00:00
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
2018-09-15 07:01:19 +00:00
|
|
|
"cors": "^2.8.4",
|
2022-02-11 15:43:29 +00:00
|
|
|
"dotenv": "^16.0.0",
|
2022-04-28 01:22:53 +00:00
|
|
|
"express": "^4.18.0",
|
2019-09-28 03:24:35 +00:00
|
|
|
"morgan": "^1.9.1",
|
2022-04-28 01:24:35 +00:00
|
|
|
"node-graceful-shutdown": "^1.1.2",
|
2019-09-20 01:55:32 +00:00
|
|
|
"request": "^2.88.0",
|
|
|
|
"request-promise-native": "^1.0.7"
|
2018-09-15 07:01:19 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-11-01 23:12:48 +00:00
|
|
|
"node": ">=16"
|
2018-09-15 07:01:19 +00:00
|
|
|
},
|
2019-09-13 01:03:04 +00:00
|
|
|
"devDependencies": {
|
2022-02-11 15:43:29 +00:00
|
|
|
"nodemon": "^2.0.15",
|
2022-04-28 01:22:53 +00:00
|
|
|
"standard": "^17.0.0"
|
2019-09-13 01:03:04 +00:00
|
|
|
},
|
2018-09-15 07:01:19 +00:00
|
|
|
"scripts": {
|
2019-09-09 22:43:06 +00:00
|
|
|
"start": "node index.js",
|
2019-09-25 17:17:40 +00:00
|
|
|
"start:prod": "NODE_ENV=production authbind 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
|
|
|
}
|