30 lines
696 B
JSON
30 lines
696 B
JSON
|
|
{
|
||
|
|
"name": "imagekit",
|
||
|
|
"description": "Asynchronous thumbs API and image optimization for Kirby CMS.",
|
||
|
|
"author": "Fabian Michael <hallo@fabianmichael.de>",
|
||
|
|
"license": "SEE LICENSE IN license.md",
|
||
|
|
"version": "1.1.3",
|
||
|
|
|
||
|
|
"type": "kirby-plugin",
|
||
|
|
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/fabianmichael/kirby-imagekit"
|
||
|
|
},
|
||
|
|
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/fabianmichael/kirby-imagekit/issues"
|
||
|
|
},
|
||
|
|
|
||
|
|
"devDependencies": {
|
||
|
|
"gulp": "^3.9.1",
|
||
|
|
"gulp-csso": "^2.0.0",
|
||
|
|
"gulp-doctoc": "^0.1.4",
|
||
|
|
"gulp-postcss": "^6.1.1",
|
||
|
|
"gulp-rename": "^1.2.2",
|
||
|
|
"gulp-sass": "^2.3.2",
|
||
|
|
"gulp-uglify": "^1.5.4",
|
||
|
|
"postcss-assets": "^4.1.0"
|
||
|
|
}
|
||
|
|
}
|