canismarko / bootstrap3-timepicker

A simple timepicker component for Twitter Bootstrap
MIT License
23 stars 36 forks source link

Bower install not work #4

Open JosuaMeier opened 10 years ago

JosuaMeier commented 10 years ago

Try to install with bower but get a wrong bower.json. It looks like this:

{
  "name": "bootstrap-timepicker",
  "version": "0.2.6",
  "description": "A timepicker component for Twitter Bootstrap 2.x",
  "repository": {
    "type": "git",
    "url": "https://github.com/jdewit/bootstrap-timepicker"
  },
  "main": [
    "js/bootstrap-timepicker.min.js",
    "css/bootstrap-timepicker.min.css"
  ],
  "dependencies": {
    "bootstrap": ">=2.0.4 3.0",
    "jquery": ">=1.8.3",
    "autotype": "https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js"
  },
  "homepage": "https://github.com/m3wolf/bootstrap3-timepicker"
}
jonathanpmartins commented 9 years ago

Exact same problem to me! :disappointed: Why is this happening? Can someone help me to get this work?