25 lines
418 B
25 lines
418 B
1 year ago
|
{
|
||
|
"name": "ammap3",
|
||
|
"authors": [
|
||
|
"amCharts <contact@amcharts.com>"
|
||
|
],
|
||
|
"description": "JavaScript Maps V3",
|
||
|
"main": [
|
||
|
"ammap/ammap.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"amcharts",
|
||
|
"maps",
|
||
|
"javascript"
|
||
|
],
|
||
|
"moduleType": [
|
||
|
"globals"
|
||
|
],
|
||
|
"license": "Custom",
|
||
|
"homepage": "http://www.amcharts.com/",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/amcharts/ammap3.git"
|
||
|
}
|
||
|
}
|