forked from forward/sql-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 508 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 508 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
{
"name": "sql-parser",
"description": "Lexer and Parser for SQL Syntax",
"version": "0.4.1",
"author": {
"name": "Andy Kent",
"email": "andy@forward.co.uk"
},
"directories": {
"lib" : "./lib"
},
"dependencies": {
},
"devDependencies": {
"jison": "0.3.12",
"coffee-script": "1.4.0",
"mocha" : "1.7.4",
"should" : "1.2.1"
},
"engines": [
"node"
],
"repository": {
"type": "git",
"url": "http://github.com/forward/sql-parser.git"
}
}