-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.02 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "image-batch-resizer",
"version": "0.8.1",
"description": "CLI batch image resizer",
"keywords": [
"resize",
"CLI",
"imagemagick",
"batch"
],
"author": "Dmitrii Karpich <meettya@gmail.com>",
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-eslint": "*",
"babel-fast-presets": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*",
"chai": "*",
"lodash": "*",
"mocha": "*",
"standard": "*"
},
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib"
},
"dependencies": {
"colors": "^1.1.2",
"imagemagick": "^0.1.3",
"optimist": "^0.6.1",
"queue": "^4.2.1",
"walkdir": "^0.0.11",
"whet.extend": "^0.9.9"
},
"engines": {
"node": ">=0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Meettya/image-batch-resizer.git"
},
"bin": {
"image-batch-resizer": "./bin/image-batch-resizer"
},
"license": "MIT"
}