background-blur
Version:
jQuery Plugin for cross-browser blurring of images
31 lines (30 loc) • 608 B
JSON
{
"name": "background-blur",
"version": "0.1.3",
"description": "jQuery Plugin for cross-browser blurring of images",
"main": "dist/background-blur.min.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/msurguy/background-blur.git"
},
"keywords": [
"Blur",
"velocity",
"animation",
"jQuery plugin",
"SVG"
],
"author": "Maksim Surguy",
"dependencies": {
"jquery": ">=1.7.1"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
}
}