A number input field for DoneJS using Bootstrap

A number input field for DoneJS using Bootstrap
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'donejs-number-input';
Use require to load donejs-number-input and everything elsedonejs-number-input
needed to create a template that uses :
`js`
var plugin = require("donejs-number-input");
Configure the can and jquery paths and the donejs-number-input package:
`html`
Load the global version of the plugin:
`html``