g2d-chart
Version:
g2-chart - Charts for g2
39 lines (38 loc) • 912 B
JSON
{
"name": "g2d-chart",
"version": "0.5.4",
"description": "g2-chart - Charts for g2",
"keywords": [
"chart",
"line chart",
"vector",
"graphics",
"2d",
"g2",
"canvas",
"svg",
"javascript",
"engineers",
"scientists",
"physics"
],
"main": "g2.chart.js",
"scripts": {
"build": "npm run jsdoc && npm run cptest && npm run cpsamp",
"jsdoc": "jsdoc2md ./g2.chart.js > ./api.md",
"cptest": "copyfiles -f ./test/*.* ../goessner.github.io/g2-chart/test",
"cpsamp": "copyfiles -f ./examples/*.html ../goessner.github.io/g2-chart/examples"
},
"author": "Stefan Goessner <fang03@web.de>",
"repository": {
"type": "git",
"url": "https://github.com/goessner/g2-chart.git"
},
"license": "MIT",
"devDependencies": {
"concat": "^1.0.0",
"jsdoc-to-markdown": "^1.3.2",
"jslint": "^0.9.5",
"uglifyjs": "^2.4.10"
}
}