-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 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
{
"name": "express_graphql_mongodb_simple_example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yuddomack/Express_GraphQL_MongoDB_Simple_Example.git"
},
"author": "yuddomack <darr880406@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yuddomack/Express_GraphQL_MongoDB_Simple_Example/issues"
},
"homepage": "https://github.com/Yuddomack/Express_GraphQL_MongoDB_Simple_Example#readme",
"dependencies": {
"cors": "^2.8.4",
"express": "^4.16.4",
"express-graphql": "^0.6.12",
"express-session": "^1.15.6",
"graphql": "^14.0.2",
"mongoose": "^5.3.4"
}
}