-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "anychart-nodejs",
"main": "./lib/anychart-node",
"version": "1.3.8",
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
"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"
},
"author": "AnyChart <[email protected]> (https://www.anychart.com)",
"scripts": {
"test": "mocha"
},
"dependencies": {
"anychart": "^8.0.0",
"async": "^2.6.0",
"deasync": "^0.1.12",
"es6-promise": "^4.2.2",
"fast-xml-parser": "^2.9.0",
"fontfaceobserver": "^2.0.13",
"gm": "^1.23.1",
"js-gc": "^0.0.4",
"jsdom": "^11.5.1",
"mime-types": "^2.1.17",
"opentype.js": "^0.7.3",
"request": "^2.83.0",
"vm2": "^3.5.2",
"xmldom": "^0.1.27",
"uuid": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0"
}
}