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