-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 KB
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
{
"scripts": {
"start": "nodemon",
"debug": "node --inspect index.js",
"test": "node spawn-test",
"open": "open http://localhost:9000/login"
},
"license": "GPL-3.0",
"repository": "github:oobfest/oobleck-v2",
"dependencies": {
"aws-sdk": "^2.475.0",
"axios": "^0.18.1",
"chalk": "^2.4.2",
"cookie-session": "^2.0.0-beta.3",
"diff": "^4.0.1",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"helmet": "^3.18.0",
"lodash": "^4.17.14",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nodemailer": "^5.1.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"pino": "^5.12.6",
"pug": "^2.0.3",
"pump": "^3.0.0",
"split2": "^3.1.1",
"stripe": "^6.36.0",
"through2": "^3.0.1",
"url-slug": "^2.1.1",
"winston": "^3.2.1"
},
"devDependencies": {
"mongodb-memory-server": "^3.1.3",
"tap": "^12.7.0",
"tap-min": "^1.3.0",
"tap-spec": "^5.0.0"
}
}