-
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) · 791 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 791 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": "Kliling",
"version": "0.0.0",
"dependencies": {
"@types/bootstrap": "^4.1.2",
"@types/express-session": "^1.15.11",
"@types/jquery": "^3.3.22",
"@types/node": "^10.12.3",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"express-session": "^1.15.6",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.3",
"jsonwebtoken": "^8.3.0",
"mongodb": "^3.1.8",
"node-dev": "^3.1.3",
"redis": "^2.8.0",
"tortoisedb": "^1.0.8",
"turtledb": "^1.0.2"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}