forked from wj32/mysql-live-select
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 813 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
{
"name": "@vlasky/mysql-live-select",
"version": "1.2.27",
"description": "Live updating MySQL SELECT statements",
"main": "lib/LiveMysql.js",
"repository": "https://github.com/vlasky/mysql-live-select",
"scripts": {
"test": "nodeunit --reporter=minimal test"
},
"keywords": [
"mysql",
"binlog",
"select",
"live",
"update"
],
"author": "Vlad Lasky <[email protected]> (https://github.com/vlasky)",
"contributors": [
"Ben Green <[email protected]> (https://github.com/numtel)",
"Wen Jia Liu <[email protected]> (https://github.com/wj32)"
],
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"mysql2": "^v3.11.0",
"@vlasky/zongji": "^0.5.9",
"ejson": "^2.2.3"
},
"devDependencies": {
"nodeunit": "^0.9.1"
}
}