-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 893 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
{
"name": "export-service",
"version": "1.5.0",
"description": "export service for PDF and PNG leveraging chrome headless",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"postinstall": "typings install"
},
"author": "Zackary Chapple",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"async-middleware": "^1.0.1",
"body-parser": "^1.15.2",
"chrome-devtools-frontend": "1.0.436164",
"chrome-remote-interface": "0.25.0",
"express": "^4.14.0",
"lodash": "^4.17.4",
"pdfkit": "^0.8.0",
"simple-node-logger": "0.93.28",
"typings": "2.1.1"
},
"devDependencies": {
"@types/async": "^2.0.38",
"@types/body-parser": "1.16.4",
"@types/express": "^4.0.34",
"@types/lodash": "4.14.68",
"@types/node": "^7.0.0",
"@types/serve-static": "^1.7.31",
"@types/pdfkit": "^0.7.31"
}
}