-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 944 Bytes
/
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
{
"name": "gulp-images-convert",
"version": "1.1.1",
"description": "a image convert plugin for gulp",
"main": "dist/index.js",
"bugs": "https://github.com/pasturn/gulp-images-convert/issues",
"repository": {
"type": "git",
"url": "https://github.com/pasturn/gulp-images-convert.git"
},
"scripts": {
"dist": "gulp",
"test": "mocha test/test.js"
},
"author": "pasturn",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.5.5",
"gulp-util": "^3.0.8",
"sharp": "^0.22.1",
"through2": "^2.0.3"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"event-stream": "^3.3.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"mocha": "^6.2.0",
"vinyl": "^2.1.0"
}
}