-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "ghost-minified-storage",
"version": "0.1.0",
"description": "A Ghost storage adapter that minifies your files before forwarding them to another storage adapter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Glamping-Hub/ghost-minified-storage.git"
},
"keywords": [
"ghost",
"storage",
"adapter",
"minifier",
"minify",
"min"
],
"author": {
"name": "Glamping Hub",
"email": "[email protected]",
"url": "https://glampinghub.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Glamping-Hub/ghost-minified-storage/issues"
},
"homepage": "https://github.com/Glamping-Hub/ghost-minified-storage#readme",
"dependencies": {
"bluebird": "^3.4.6",
"ghost-storage-base": "0.0.1",
"imagemin": "^5.2.2",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"sharp": "^0.18.2",
"tmp": "0.0.31"
}
}