-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 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
31
32
33
34
35
36
{
"name": "cimg",
"version": "0.0.5",
"description": "### 先缩放,后剪切,图像质量80%",
"main": "run.js",
"bin": {
"cimg": "bin/cimg"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cimg": "node run.js"
},
"git repository": "https://github.com/win7killer/cimg",
"author": "win7killer@163.com",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"jimp": "^0.2.28",
"shelljs": "^0.8.2",
"yargs": "10.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/win7killer/cimg.git"
},
"keywords": [
"cimg",
"img",
"cutimg"
],
"bugs": {
"url": "https://github.com/win7killer/cimg/issues"
},
"homepage": "https://github.com/win7killer/cimg#readme"
}