forked from BetSmartMedia/gesundheit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gesundheit",
"description": "Concise SQL generation for Postgres and MySQL",
"keywords": [
"sql",
"query",
"sqlalchemy",
"arel"
],
"homepage": "http://betsmartmedia.github.com/gesundheit",
"repository": {
"type": "git",
"url": "git://github.com/BetSmartMedia/gesundheit.git"
},
"bugs": {
"url": "https://github.com/BetSmartMedia/gesundheit/issues"
},
"version": "0.8.8",
"private": false,
"main": "lib",
"files": [
"package.json",
"README.rst",
"src",
"lib",
"Makefile",
"doc/*.rst"
],
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"any-db": "< 0.9.9"
},
"devDependencies": {
"coffee-script": "~1.4.0",
"pg": "*",
"mysql": "~2.0.0-alpha6",
"tap": "~0.4.0",
"sqlite3": "~2.1.5"
},
"author": "Stephen Sugden <glurgle@gmail.com> (http://www.betsmartmedia.com)",
"optionalDependencies": {},
"scripts": {
"test": "make test",
"release": "make release"
},
"license": "MIT"
}