-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·52 lines (52 loc) · 1.01 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
48
49
50
51
52
{
"author": {
"name": "js.koahub.com"
},
"bugs": {
"url": "https://github.com/koahubjs/koahub-mysql/issues"
},
"dependencies": {
"bookshelf": "0.10.4",
"knex": "0.12.9",
"mysql2": "^2.3.3"
},
"devDependencies": {
"istanbul": "1.1.0-alpha.1",
"mocha": "3.2.0",
"supertest": "3.0.0"
},
"directories": {},
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"orm",
"mysql",
"postgresql",
"sqlite",
"datamapper",
"active record",
"koa",
"koahub",
"koahubjs"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "einsqing",
"email": "786699892@qq.com"
}
],
"name": "@koahubjs/koahub-mysql",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/koahubjs/koahub-mysql.git"
},
"scripts": {
"test": "mocha --recursive test/{,**/}*.test.js",
"cover": "istanbul cover _mocha -- --recursive test/{,**/}*.test.js"
},
"version": "1.2.0"
}