-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 938 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
{
"name": "any-db-mysql",
"version": "2.1.2",
"description": "The MySQL adapter for any-db",
"main": "index.js",
"scripts": {
"test": "[ -z \"$any_db_test_url\" ] && export any_db_test_url='mysql://root@localhost/any_db_test'; test-any-db-adapter",
"debug": "[ -z \"$any_db_test_url\" ] && export any_db_test_url='mysql://root@localhost/any_db_test'; node debug `which test-any-db-adapter`"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grncdr/node-any-db-mysql.git"
},
"bugs": {
"url": "https://github.com/grncdr/node-any-db-mysql/issues"
},
"keywords": [
"any-db",
"anydb",
"mysql",
"adapter"
],
"author": "Stephen Sugden <[email protected]>",
"license": "MIT",
"dependencies": {
"mysql": "2.13.0",
"inherits": "2.0.1"
},
"peerDependencies": {
"any-db": "~2.1.0"
},
"devDependencies": {
"any-db-adapter-spec": "2.1.2"
}
}