forked from node-fun/execsql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 826 Bytes
/
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
{
"name": "execsql",
"version": "0.0.4",
"description": "Execute your *.sql files which contain multiple sql statements.",
"main": "index.js",
"keywords": [
"mysql",
"execsql",
"initsql"
],
"author": {
"name": "Camwide",
"url": "https://github.com/ade951"
},
"contributors": [
{
"name": "Fritz-Lium",
"url": "https://github.com/Fritz-Lium"
},
{
"name": "Alex Fournier",
"url": "https://github.com/alex-fournier"
}
],
"homepage": "https://github.com/node-fun/execsql",
"repository": {
"type": "git",
"url": "[email protected]:node-fun/execsql.git"
},
"license": "BSD-2-Clause",
"dependencies": {
"underscore": "1.8.3",
"optimist": "0.6.1",
"mysql": "2.11.1"
},
"bin": {
"execsql": "./bin/execsql"
},
"bugs": {
"url": "https://github.com/node-fun/execsql/issues"
}
}