-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 926 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 926 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
36
37
38
39
40
41
{
"name": "mio-mysql",
"description": "MySQL storage plugin for Mio.",
"author": "Alex Mingoia <talk@alexmingoia.com>",
"homepage": "https://github.com/alexmingoia/mio-mysql",
"version": "0.5.2",
"repo": {
"type": "git",
"url": "git://github.com/alexmingoia/mio-mysql.git"
},
"keywords": [
"sql",
"mysql",
"mio",
"plugin"
],
"dependencies": {
"lingo": "~0.0.5",
"mongo-sql": "~2.2.6",
"mysql": "~2.0.0",
"async": "~0.2.9"
},
"devDependencies": {
"mocha": "~1.12.1",
"mio": "~0.5.x",
"should": "~1.2.2",
"supertest": "~0.7.1",
"mocha-lcov-reporter": "~0.0.1",
"jscoverage": "~0.3.8",
"coveralls": "~2.6.0"
},
"main": "./lib/mysql.js",
"scripts": {
"prepublish": "./node_modules/jscoverage/bin/jscoverage lib lib-cov",
"test": "node ./lib/test-runner.js"
},
"engines": {
"node": ">= 0.8"
},
"license": "MIT"
}