-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 681 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 681 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
{
"name": "html2canvas-proxy",
"version": "1.0.1",
"description": "Cross-origin content proxy for html2canvas",
"main": "server.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/niklasvh/html2canvas-proxy-nodejs.git"
},
"keywords": [
"html2canvas",
"proxy"
],
"author": "Niklas von Hertzen",
"license": "MIT",
"bugs": {
"url": "https://github.com/niklasvh/html2canvas-proxy-nodejs/issues"
},
"homepage": "https://github.com/niklasvh/html2canvas-proxy-nodejs",
"dependencies": {
"cors": "2.8.4",
"request": "2.87.0"
},
"peerDependencies": {
"express": "4.x"
}
}