-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
45
46
47
48
49
50
{
"name": "jokepile",
"version": "1.0.0",
"description": "a pile of jokes. a school of fish. and van full of pakistans...",
"main": "app.js",
"scripts": {
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boycaught/jokepile.git"
},
"keywords": [
"jokes",
"databases",
"api",
"social-media",
"graph",
"cloud"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/boycaught/jokepile/issues"
},
"homepage": "https://github.com/boycaught/jokepile#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"graphql": "^0.13.2",
"method-override": "^2.3.10",
"mongoose": "^5.1.1",
"morgan": "^1.9.0",
"nodemailer": "^6.4.16",
"npm": "^6.0.1",
"path": "^0.12.7",
"pug": "^3.0.1",
"raw-body": "^2.3.3",
"serve-favicon": "^2.5.0",
"underscore": "^1.9.0",
"winston": "^2.4.2"
},
"devDependencies": {
"nodemon": "^1.17.4"
}
}