forked from highcharts/node-export-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "highcharts-export-server",
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
"repository": {
"url": "https://github.com/highcharts/node-export-server",
"type": "git"
},
"version": "2.0.27",
"bin": {
"highcharts-export-server": "./bin/cli.js"
},
"scripts": {
"preinstall": "node ./pre.build.js",
"postinstall": "node ./post.build.js",
"install": "node ./build.js"
},
"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",
"mkdirp": "0.5.0",
"phantomjs-prebuilt": "2.1.14",
"prompt": "*",
"request": "*",
"uuid": "3.0.1"
},
"engines": {
"node": ">=6.4.0"
}
}