-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
47 lines (47 loc) · 1.01 KB
/
bower.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
{
"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": {
"anychart": "^8.0.0",
"async": "^0.9.2",
"deasync": "^0.1.12",
"es6-promise": "^4.2.2",
"fast-xml-parser": "^2.8.3",
"fontfaceobserver": "^2.0.13",
"gm": "^1.23.0",
"js-gc": "^0.0.3",
"jsdom": "^9.9.1",
"mime-types": "^2.1.17",
"opentype.js": "^0.6.6",
"request": "^2.83.0",
"vm2": "^3.5.2",
"xmldom": "^0.1.27"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.5.3"
}
}