forked from sorribas/phantom-render-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 737 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 737 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": "phantom-render-stream",
"version": "2.1.0",
"description": "Render a webpage and get the image as a stream",
"repository": "e-conomic/phantom-render-stream",
"dependencies": {
"after-all": "~1.0.0",
"debug": "^1.0.2",
"debug-stream": "^2.0.1",
"fwd-stream": "^1.0.4",
"hat": "0.0.3",
"ldjson-stream": "^1.1.0",
"mkdirp": "^0.5.0",
"once": "^1.3.0",
"phantomjs-prebuilt": "^2.1.4",
"thunky": "^0.1.0",
"xtend": "^3.0.0",
"duplexify": "~3.2.0",
"concat-stream": "~1.4.6",
"end-of-stream": "~1.1.0",
"lru-cache": "~2.5.0",
"server-destroy": "~1.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
},
"scripts": {
"test": "tape test/*.js"
}
}