-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 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
{
"name": "kopiro-tommy",
"version": "2.1.2",
"description": "Web Assets converter and optimizer",
"main": "tommy.js",
"module": "tommy.js",
"bin": {
"tommy": "cli.js"
},
"scripts": {
"postinstall": "./postinstall.sh",
"docker-publish": "./scripts/docker-publish.sh",
"download-samples": "./scripts/download-samples.sh",
"test-docker": "./scripts/test-docker.sh",
"test-macos": "./scripts/test-macos.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kopiro/tommy.git"
},
"author": "Flavio De Stefano <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kopiro/tommy/issues"
},
"homepage": "https://github.com/kopiro/tommy#readme",
"dependencies": {
"chokidar": "^2.0.4",
"console-ultimate": "^2.9.0",
"express": "^4.16.4",
"find": "^0.2.9",
"image-size": "^0.6.3",
"md5-file": "^4.0.0",
"object-assign-deep": "^0.4.0",
"pkg-dir": "^3.0.0",
"sqlite3": "^4.0.2",
"yargs": "^12.0.2"
}
}