forked from ali-sdk/ali-rds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 KB
/
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
{
"name": "@laomu/ali-rds",
"version": "3.3.0",
"description": "Aliyun RDS client",
"main": "lib/client.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha -R spec -t 15000 -r thunk-mocha test/*.test.js",
"ci": "npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- -t 15000 -r thunk-mocha test/*.test.js",
"lint": "eslint ."
},
"dependencies": {
"co-wrap-all": "^1.0.0",
"debug": "^2.2.0",
"mysql": "^2.13.0",
"pify": "^2.3.0"
},
"devDependencies": {
"autod": "*",
"co": "4",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",
"istanbul": "*",
"mocha": "*",
"thunk-mocha": "*"
},
"homepage": "https://github.com/ali-sdk/ali-rds",
"repository": {
"type": "git",
"url": "git://github.com/ali-sdk/ali-rds.git",
"web": "https://github.com/ali-sdk/ali-rds"
},
"bugs": {
"url": "https://github.com/ali-sdk/ali-rds/issues",
"email": "[email protected]"
},
"keywords": [
"ali-rds"
],
"engines": {
"node": ">= 4.0.0"
},
"author": "fengmk2 <[email protected]> (https://fengmk2.com)",
"license": "MIT"
}