You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
434 B
25 lines
434 B
1 year ago
|
{
|
||
|
"name": "amcharts3",
|
||
|
"authors": [
|
||
|
"amCharts <contact@amcharts.com>"
|
||
|
],
|
||
|
"description": "JavaScript Charts V3",
|
||
|
"main": [
|
||
|
"amcharts/amcharts.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"amcharts",
|
||
|
"charts",
|
||
|
"javascript"
|
||
|
],
|
||
|
"moduleType": [
|
||
|
"globals"
|
||
|
],
|
||
|
"license": "Custom",
|
||
|
"homepage": "http://www.amcharts.com/",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/amcharts/amcharts3.git"
|
||
|
}
|
||
|
}
|