forked from jimkang/webimage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1005 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
37
38
39
40
{
"name": "webimage",
"version": "4.2.0",
"description": "Takes some html (with whatever you want embedded in it) and changes it into an image via headless Chrome.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:jimkang/webimage.git"
},
"keywords": [],
"author": "Jim Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimkang/webimage/issues"
},
"homepage": "https://github.com/jimkang/webimage",
"devDependencies": {
"assert-no-error": "^1.0.0",
"eslint": "^7.32.0",
"longjohn": "^0.2.12",
"rimraf": "^2.6.2",
"tape": "^5.0.1"
},
"dependencies": {
"async-waterfall": "^0.1.5",
"call-next-tick": "^2.0.1",
"d3-array": "^2.3.1",
"d3-queue": "^3.0.7",
"gif.js": "^0.2.0",
"jimp": "^0.22.8",
"lodash.curry": "^4.1.1",
"minimist": "^1.2.8",
"playwright": "^1.44.0",
"standard-bail": "^2.0.1",
"verror": "^1.10.0"
}
}