forked from mozilla/moz-sql-parser
-
Notifications
You must be signed in to change notification settings - Fork 57
/
contribute.json
32 lines (31 loc) · 898 Bytes
/
contribute.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
{
"name": "mo-sql-parsing",
"description": "Extract Parse Tree from SQL",
"repository": {
"url": "https://github.com/klahnakoski/mo-sql-parsing",
"license": "MPL2",
"type": "git",
"tests": "https://github.com/klahnakoski/mo-sql-parsing/tree/dev/tests",
"clone": "https://github.com/klahnakoski/mo-sql-parsing.git"
},
"participate": {
"home": "https://github.com/klahnakoski/mo-sql-parsing",
"docs": "https://github.com/klahnakoski/mo-sql-parsing/docs",
"irc-contacts": [
"ekyle"
]
},
"bugs": {
"list": "https://github.com/klahnakoski/mo-sql-parsing/issues",
"report": "https://github.com/klahnakoski/mo-sql-parsing/issues/new"
},
"urls": {
"stage": ""
},
"keywords": [
"python",
"sql",
"parsing",
"parse"
]
}