-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 876 Bytes
/
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
51
52
{
"name": "MySequelWeb",
"version": "0.0.1",
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node app.js"
},
"keywords": [
"mysql",
"postgresql",
"mysqldb",
"admin",
"web",
"ui",
"UI",
"gui",
"GUI",
"DB",
"database",
"user",
"manage",
"manager",
"administer",
"interface",
"document",
"table",
"express",
"electron",
"cross platform",
"open source",
"mysql-web",
"MySequelWeb",
"free"
],
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"ejs": "~3.1.7",
"ejs-locals": "^1.0.2",
"electron": "^18.3.7",
"express": "~4.16.3",
"morgan": "~1.9.0",
"mysql": "^2.16.0",
"pg": "^8.3.0",
"serve-favicon": "~2.5.0",
"underscore": "^1.12.1"
}
}