jdewit / bootstrap-timepicker

[Deprecated] A simple timepicker component for Twitter Bootstrap
MIT License
1.64k stars 1.09k forks source link

Can i install this using jspm or npm? #314

Open ClareBear85 opened 8 years ago

ClareBear85 commented 8 years ago

Can i install this using jspm or npm? If so, what is the command for my config?

Example: "bootstrap-datepicker": "npm:bootstrap-datepicker@1.5.0",

Hoping it would be something like "bootstrap-timepicker": "npm:jdewit/bootstrap-timepicker@xxx",

mrhota commented 8 years ago

There is a bootstrap-timepicker package on the npm registry. Why not npm install bootstrap-timepicker?

Note that the package.json file doesn't contain a dependencies key, so you'll need to provide bootstrap 3 and jquery 2 yourself.