-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 997 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
{
"name": "gvisdata",
"description": "A module for producing data for use with the Google Visualization Data API. This module is a port of the Python library of the same purpose, provided by Google. http://code.google.com/p/google-visualization-python/",
"keywords": ["Google", "visualization", "datatable", "datasource"],
"homepage": "http://github.com/rburns/gvisdata",
"maintainers": [
{
"name": "Rob Burns",
"email": "[email protected]",
"web": "http://rburns.paiges.net/"
}
],
"contributors": [
{ "name": "Amit Weinstein" },
{ "name": "Misha Seltzer" }
],
"bugs": {
"mail": "[email protected]",
"web": "http://github.com/rburns/gvisdata/issues"
},
"licenses": [
{
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repositories: [
{
"type": "git",
"url": "git://github.com/rburns/gvisdata.git"
}
],
"dependencies": [],
"engine": ["node", "v8"],
"implements": ["CommonJS/Modules/1.0"]
}