elevateweb / elevatezoom

1.03k stars 492 forks source link

missing bower.json #79

Open austinpray opened 9 years ago

austinpray commented 9 years ago

In order for this project to be a proper bower package it needs a bower.json http://bower.io/docs/creating-packages/#bowerjson

tarampampam commented 8 years ago

+1

Andreas-Schoenefeldt commented 8 years ago

+1

Andreas-Schoenefeldt commented 8 years ago

I managed to pull it anyway via:

{
 [...]
  "dependencies": {
        "elevatezoom" : "git@github.com:elevateweb/elevatezoom#master"
  }
}

The bower.json would never the less be more convenient, because this could then define already the jquery dependency.