UNPKG

anychart-nodejs

Version:

AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.

43 lines (42 loc) 1.07 kB
{ "name": "anychart-nodejs", "main": "./lib/anychart-node", "version": "1.3.0-dev-preview-13", "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": { "anychart": "8.0.0-dev-preview-9", "async": "^0.9.2", "deasync": "^0.1.10", "es6-promise": "^4.0.5", "fontfaceobserver": "^2.0.13", "gm": "^1.23.0", "jsdom": "^9.9.1", "mime-types": "^2.1.16", "opentype.js": "^0.6.6", "request": "^2.81.0", "vm2": "^3.4.6", "xmldom": "^0.1.27", "js-gc": "^0.0.3" } }