UNPKG

1.03 kBJSONView Raw
1{
2 "name": "anychart-nodejs",
3 "main": "lib/anychart-node.js",
4 "authors": [
5 "AnyChart"
6 ],
7 "ignore": [
8 "**/.*",
9 "node_modules",
10 "bower_components",
11 "test",
12 "tests"
13 ],
14 "description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
15 "homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
16 "license": "Apache-2.0",
17 "keywords": [
18 "anychart",
19 "node",
20 "export",
21 "html report",
22 "charts",
23 "export",
24 "javascript",
25 "library"
26 ],
27 "dependencies": {
28 "anychart": "^8.0.0",
29 "async": "^0.9.2",
30 "deasync": "^0.1.12",
31 "es6-promise": "^4.2.2",
32 "fast-xml-parser": "^2.8.3",
33 "fontfaceobserver": "^2.0.13",
34 "gm": "^1.23.0",
35 "js-gc": "^0.0.3",
36 "jsdom": "^9.9.1",
37 "mime-types": "^2.1.17",
38 "opentype.js": "^0.6.6",
39 "request": "^2.83.0",
40 "vm2": "^3.5.2",
41 "xmldom": "^0.1.27"
42 },
43 "devDependencies": {
44 "chai": "^3.5.0",
45 "mocha": "^3.5.3"
46 }
47}