21 lines
467 B
JSON
21 lines
467 B
JSON
|
|
{
|
||
|
|
"name": "embed",
|
||
|
|
"description": "Kirby Embed Plugin",
|
||
|
|
"author": "Nico Hoffmann <nico@getkirby.com>",
|
||
|
|
"version": "3.0.2",
|
||
|
|
"type": "kirby-plugin",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/distantnative/embed"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"gulp": "^3.9.1",
|
||
|
|
"gulp-autoprefixer": "^4.0.0",
|
||
|
|
"gulp-cssmin": "^0.2.0",
|
||
|
|
"gulp-rename": "^1.2.2",
|
||
|
|
"gulp-sass": "^3.1.0",
|
||
|
|
"gulp-uglify": "^3.0.0"
|
||
|
|
}
|
||
|
|
}
|