-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"name": "begin-server",
"version": "1.0.0-beta.12",
"description": "Node.js server-side organizational framework",
"engines": {
"node": ">=7.6"
},
"main": "index.js",
"scripts": {
"b": "CONTEXT=$(pwd) npm explore begin-project -- npm run"
},
"repository": "Beg-in/server",
"author": "beg.in <[email protected]> (beg.in)",
"contributors": [
"Brian Jesse <[email protected]> (brianjesse.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Beg-in/server/issues"
},
"homepage": "https://github.com/Beg-in/server#readme",
"devDependencies": {
"begin-project": "^0.4.2"
},
"dependencies": {
"aws-sdk": "^2.367.0",
"begin-util": "^1.5.2",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"express": "^4.16.4",
"helmet": "^3.15.0",
"ioredis": "^4.2.0",
"jsonwebtoken": "^8.4.0",
"node-yaml": "3.1.1",
"nodemailer": "^4.7.0",
"nodemailer-ses-transport": "^1.5.1",
"pg": "^7.7.1",
"pm2": "^3.2.2",
"pretty-error": "^2.1.1",
"pug": "^2.0.3",
"secure-password": "^3.1.0",
"winston": "^3.1.0"
}
}