-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 894 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
{
"name": "promise-mysql-client",
"version": "0.0.1",
"description": "A MySQL protocol client that provides the Promise APIs but allows you to separate `query` operations from the callback or `then` of the `connect` operation.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xvrzhao/promise-mysql-client.git"
},
"keywords": [
"mysql-client",
"mysql-protocol",
"mysql-driver",
"nodejs-mysql",
"promise-api",
"async-await",
"promise",
"nodejs",
"mysql"
],
"author": "Xavier Zhao <xvrzhao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xvrzhao/promise-mysql-client/issues"
},
"homepage": "https://github.com/xvrzhao/promise-mysql-client#readme"
}