forked from highcharts/node-export-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 964 Bytes
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
{
"name": "highcharts-export-server",
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
"repository": {
"url": "https://github.com/highcharts/node-export-server",
"type": "git"
},
"version": "2.1.0",
"bin": {
"highcharts-export-server": "./bin/cli.js"
},
"scripts": {
"preinstall": "export ACCEPT_HIGHCHARTS_LICENSE=1 && node ./pre.build.js",
"install": "export ACCEPT_HIGHCHARTS_LICENSE=1 && node ./build.js",
"start": "./bin/cli.js --enableServer 1 --port 8080"
},
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"async": "2.1.4",
"body-parser": "1.16.0",
"colors": "*",
"cors": "2.8.1",
"express": "4.16.0",
"express-form-data": "2.0.0",
"express-rate-limit": "2.6.0",
"phantomjs-prebuilt": "2.1.14",
"prompt": "*",
"request": "*",
"uuid": "3.0.1",
"highcharts": "8.2.2"
},
"engines": {
"node": ">=6.4.0"
}
}