Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
29
site/OFF_plugins/imagekit/package.json
Normal file
29
site/OFF_plugins/imagekit/package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue