-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 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
{
"name": "kafa-node",
"version": "0.1.0",
"description": "kafa backend",
"main": "server.js",
"repository": "https://github.com/cemkiy/kafa-node.git",
"author": "cemkiy <cemekiy@gmail.com>",
"license": "MIT",
"scripts": {
"nodemon": "nodemon server.js",
"test": "echo 'travis test'"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.4",
"dotenv": "^7.0.0",
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"graphql": "^14.0.0-rc.1",
"gravatar": "^1.6.0",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.12",
"mailgun.js": "^2.0.1",
"mongoose": "^5.0.11",
"mustache": "^3.0.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}