anychart-nodejs
Version:
AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.
35 lines (34 loc) • 840 B
JSON
{
"name": "anychart-nodejs",
"main": "./lib/anychart-node",
"version": "1.1.0",
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
"author": "AnyChart",
"title": "AnyChart NodeJS",
"homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
"license": "Apache-2.0",
"keywords": [
"anychart",
"node",
"export",
"html report",
"charts",
"export",
"javascript",
"library"
],
"repository": {
"type": "git",
"url": "https://github.com/AnyChart/AnyChart-NodeJS"
},
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-NodeJS/issues"
},
"dependencies": {
"opentype.js": "^0.6.6",
"async": "^0.9.2",
"es6-promise": "^4.0.5",
"anychart": "^7.13.0",
"jsdom": "^9.9.1"
}
}