jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 212 forks source link

Add package.json #49

Closed jamen closed 8 years ago

jamen commented 8 years ago

This way the package can be listed as a dependency in another package...

Without this, npm fails.

{
  ...
  "dependencies": {
    "blurjs": "git://github.com/jakiestfu/Blur.js.git"
  }
}
jamen commented 8 years ago

Hold on, I can revert those other commits, I forgot that I had made other changes.

jamen commented 8 years ago

closing, as i feel wont be merged.