1 | {
|
2 | "name": "@ice/screenshot",
|
3 | "version": "0.1.9",
|
4 | "description": "Take a screenshot of web page",
|
5 | "main": "bin/index.js",
|
6 | "bin": {
|
7 | "screenshot": "bin/index.js"
|
8 | },
|
9 | "author": {
|
10 | "name": "ICE Team",
|
11 | "email": "ice-admin@alibaba-inc.com"
|
12 | },
|
13 | "license": "MIT",
|
14 | "dependencies": {
|
15 | "chalk": "^2.4.1",
|
16 | "commander": "^2.20.0",
|
17 | "cross-spawn": "^6.0.5",
|
18 | "detect-port": "^1.3.0",
|
19 | "imagemin": "^6.1.0",
|
20 | "imagemin-mozjpeg": "^8.0.0",
|
21 | "imagemin-pngquant": "^8.0.0",
|
22 | "import-global": "^0.1.0",
|
23 | "ora": "^3.4.0"
|
24 | },
|
25 | "engines": {
|
26 | "node": ">=8.0.0"
|
27 | },
|
28 | "repository": {
|
29 | "type": "git",
|
30 | "url": "https://github.com/alibaba/ice/tree/master/packages/ice-screenshot"
|
31 | },
|
32 | "publishConfig": {
|
33 | "access": "public",
|
34 | "registry": "https://registry.npmjs.org"
|
35 | },
|
36 | "gitHead": "fc5b35f95ab4cc24898845916acf598c2f34d576"
|
37 | }
|