UNPKG

824 BJSONView Raw
1{
2 "name": "jugglingdb-mysql",
3 "version": "0.0.8",
4 "description": "MySQL adapter for JugglingDB",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "dependencies": {
10 "jugglingdb": ">= 0.2.8",
11 "mysql": ">= 2.0.0-alpha3",
12 "should": "~3.0.1",
13 "coffee-script": "~1.6.3",
14 "semicov": "~0.1.1-2"
15 },
16 "devDependencies": {
17 "coffee-script": "latest",
18 "should": "~1.2.2",
19 "mocha": "~1.8.2",
20 "semicov": "*"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/jugglingdb/mysql-adapter.git"
25 },
26 "author": "Anatoliy Chakkaev <mail@anatoliy.in>",
27 "maintainers": [
28 {
29 "name": "dgsan",
30 "url": "https://github.com/dgsan"
31 },
32 {
33 "name": "Anatoliy Chakkaev",
34 "url": "https://github.com/1602"
35 }
36 ],
37 "license": "MIT"
38}