{
  "name": "anychart-nodejs",
  "main": "lib/anychart-node.js",
  "authors": [
    "AnyChart"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
  "homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
  "license": "Apache-2.0",
  "keywords": [
    "anychart",
    "node",
    "export",
    "html report",
    "charts",
    "export",
    "javascript",
    "library"
  ],
  "dependencies": {
    "opentype.js": "^0.6.6",
    "async": "^0.9.2",
    "es6-promise": "^4.0.5",
    "anychart": "8.0.0-dev-preview",
    "jsdom": "^9.9.1"
  }
}
