-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (44 loc) · 929 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
43
44
45
46
{
"name": "node-google-sql",
"version": "0.1.2",
"description": "Access to the google sql (fusion table) api",
"author": "David Bamber <dbamber@gmail.com>",
"keywords": [
"google",
"fusion",
"sql"
],
"main": "./lib.js",
"maintainers": [
{
"name": "David bamber",
"email": "dbamber@gmail.com",
"web": "http://bmbr.co"
}
],
"contributors": [
{
"name": "David bamber",
"email": "dbamber@gmail.com",
"web": "http://bmbr.co"
}
],
"bugs": {
"mail": "dbamber@gmail.com"
},
"licenses": [
{
"type": "GPLv2"
}
],
"repositories": [
{
"type": "git",
"url": "https://dbamber@github.com/dbamber/node-google-sql.git"
}
],
"dependencies": {
"csv": "latest",
"googleclientlogin": "latest"
}
}