forked from immers-space/guppe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1006 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "guppe",
"version": "0.0.1",
"description": "Decentralized social groups with ActivityPub, NodeJS, Express, Vue, and Mongodb",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.6.0",
"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",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"engines": {
"node": ">=10.10.0"
},
"devDependencies": {
"chokidar": "^3.1.1",
"nodemon": "^1.19.3",
"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"
}