imagenarium
Version:
Use to optimize, handler formats and crop images
30 lines (29 loc) • 708 B
JSON
{
"name": "imagenarium-example-import",
"version": "0.0.1",
"description": "Example of imagenarium handler with imports",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/luanbitar/imagenarium"
},
"author": {
"name": "Luan Bitar",
"email": "bitar.luan21@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"del": "^4.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"gulp-browserify": "^0.5.1"
}
}