UNPKG

1.26 kBJSONView Raw
1{
2 "name": "anychart-nodejs",
3 "main": "./lib/anychart-node",
4 "version": "1.3.8",
5 "description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
6 "title": "AnyChart NodeJS",
7 "homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
8 "license": "Apache-2.0",
9 "keywords": [
10 "anychart",
11 "node",
12 "export",
13 "html report",
14 "charts",
15 "export",
16 "javascript",
17 "library"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/AnyChart/AnyChart-NodeJS"
22 },
23 "bugs": {
24 "url": "https://github.com/AnyChart/AnyChart-NodeJS/issues"
25 },
26 "author": "AnyChart <contact@anychart.com> (https://www.anychart.com)",
27 "scripts": {
28 "test": "mocha"
29 },
30 "dependencies": {
31 "anychart": "^8.0.0",
32 "async": "^2.6.0",
33 "deasync": "^0.1.12",
34 "es6-promise": "^4.2.2",
35 "fast-xml-parser": "^2.9.0",
36 "fontfaceobserver": "^2.0.13",
37 "gm": "^1.23.1",
38 "js-gc": "^0.0.4",
39 "jsdom": "^11.5.1",
40 "mime-types": "^2.1.17",
41 "opentype.js": "^0.7.3",
42 "request": "^2.83.0",
43 "vm2": "^3.5.2",
44 "xmldom": "^0.1.27",
45 "uuid": "^3.1.0"
46 },
47 "devDependencies": {
48 "chai": "^4.1.2",
49 "mocha": "^4.1.0"
50 }
51}