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.

37 lines (36 loc) 908 B
{ "name": "anychart-nodejs", "main": "./lib/anychart-node", "version": "1.3.0-dev-preview-4", "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": "8.0.0-dev-preview-2", "jsdom": "^9.9.1", "gm": "^1.23.0", "vm2": "^3.4.6" } }