-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 828 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
{
"name": "tiny-count",
"version": "0.3.0",
"description": "A node module that iterates recursively through a directory and compresses all the images with TinyPNG",
"main": "./lib/index.js",
"author": "Joel Márquez",
"license": "MIT",
"preferGlobal": true,
"bin": "bin/tiny-count",
"repository": {
"type": "git",
"url": "https://github.com/joelmarquez90/tiny-count.git"
},
"keywords": [
"tinypng",
"count",
"tiny",
"image",
"images",
"compression"
],
"dependencies": {
"bluebird": "^3.4.7",
"commander": "^2.9.0",
"easy-table": "^1.0.0",
"filesize": "^3.5.4",
"fs": "0.0.1-security",
"loglevel": "^1.4.1",
"nodegit": "^0.23.0",
"path": "^0.12.7",
"progress": "^1.1.8",
"recursive-readdir": "^2.1.0",
"tinify": "^1.4.0"
}
}