UNPKG

940 BJSONView Raw
1{
2 "name": "any-db-mysql",
3 "version": "2.1.2",
4 "description": "The MySQL adapter for any-db",
5 "main": "index.js",
6 "scripts": {
7 "test": "[ -z \"$any_db_test_url\" ] && export any_db_test_url='mysql://root@localhost/any_db_test'; test-any-db-adapter",
8 "debug": "[ -z \"$any_db_test_url\" ] && export any_db_test_url='mysql://root@localhost/any_db_test'; node debug `which test-any-db-adapter`"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/grncdr/node-any-db-mysql.git"
13 },
14 "bugs": {
15 "url": "https://github.com/grncdr/node-any-db-mysql/issues"
16 },
17 "keywords": [
18 "any-db",
19 "anydb",
20 "mysql",
21 "adapter"
22 ],
23 "author": "Stephen Sugden <me@stephensugden.com>",
24 "license": "MIT",
25 "dependencies": {
26 "mysql": "^2.0.0",
27 "inherits": "~2.0.1"
28 },
29 "peerDependencies": {
30 "any-db": "~2.1.0"
31 },
32 "devDependencies": {
33 "any-db-adapter-spec": "~2.1.0"
34 }
35}