background-blur
Version:
jQuery Plugin for cross-browser blurring of images
28 lines (27 loc) • 441 B
JSON
{
"name": "background-blur",
"version": "0.1.0",
"authors": [
"Maks Surguy <msurguy@gmail.com>"
],
"description": "Image blur plugin",
"main": "dist/background-blur.min.js",
"moduleType": [
"globals"
],
"keywords": [
"velocity",
"blur",
"animation",
"jquery",
"plugin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}