forked from jugglingdb/mysql-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 744 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 744 Bytes
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": "jugglingdb-mysql",
"version": "0.0.1-8",
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"jugglingdb": ">= 0.2.x",
"mysql": ">= 2.0.0-alpha3"
},
"devDependencies": {
"coffee-script": "latest",
"should": "~1.2.2",
"mocha": "~1.8.2",
"semicov": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/jugglingdb/mysql-adapter.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"maintainers": [
{
"name": "dgsan",
"url": "https://github.com/dgsan"
},
{
"name": "Anatoliy Chakkaev",
"url": "https://github.com/1602"
}
],
"license": "MIT"
}