-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "img-opto-factory",
"version": "1.0.0",
"description": "Resize and process your images automatically with this gulp tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "mkdir images images/raw images/stage images/resized images/opto"
},
"engines": {
"node": "5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spacerockzero/img-opto-factory.git"
},
"keywords": [
"image",
"img",
"optimization",
"opto",
"resize",
"performance",
"webperf",
"factory"
],
"author": "Jakob Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/spacerockzero/img-opto-factory/issues"
},
"homepage": "https://github.com/spacerockzero/img-opto-factory#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-image-optimization": "^0.1.3",
"gulp-image-resize": "^0.7.1",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.5",
"gulp-webp": "^2.3.0",
"imagemin-mozjpeg": "^5.1.0",
"imagemin-pngquant": "^4.2.0",
"imagemin-webp": "^3.1.0"
}
}