{"id":18940338,"url":"https://github.com/donejs/donejs-number-input","last_synced_at":"2026-03-23T08:30:17.228Z","repository":{"id":136943906,"uuid":"51847970","full_name":"donejs/donejs-number-input","owner":"donejs","description":"A number input field for DoneJS using Bootstrap","archived":false,"fork":false,"pushed_at":"2019-06-18T21:50:27.000Z","size":28,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-31T22:29:07.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donejs.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-16T15:50:33.000Z","updated_at":"2016-11-18T13:11:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fb238df-fa71-4279-841e-0b01390e86cb","html_url":"https://github.com/donejs/donejs-number-input","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donejs%2Fdonejs-number-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donejs%2Fdonejs-number-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donejs%2Fdonejs-number-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donejs%2Fdonejs-number-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donejs","download_url":"https://codeload.github.com/donejs/donejs-number-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239939090,"owners_count":19721772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T12:22:07.832Z","updated_at":"2026-03-23T08:30:17.184Z","avatar_url":"https://github.com/donejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# donejs-number-input\n\n[![Build Status](https://travis-ci.org/donejs/donejs-number-input.png?branch=master)](https://travis-ci.org/donejs/donejs-number-input)\n\nA number input field for DoneJS using Bootstrap\n\n## Usage\n\n### ES6 use\n\nWith StealJS, you can import this module directly in a template that is autorendered:\n\n```js\nimport plugin from 'donejs-number-input';\n```\n\n### CommonJS use\n\nUse `require` to load `donejs-number-input` and everything else\nneeded to create a template that uses `donejs-number-input`:\n\n```js\nvar plugin = require(\"donejs-number-input\");\n```\n\n## AMD use\n\nConfigure the `can` and `jquery` paths and the `donejs-number-input` package:\n\n```html\n\u003cscript src=\"require.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n\trequire.config({\n\t    paths: {\n\t        \"jquery\": \"node_modules/jquery/dist/jquery\",\n\t        \"can\": \"node_modules/canjs/dist/amd/can\"\n\t    },\n\t    packages: [{\n\t\t    \tname: 'donejs-number-input',\n\t\t    \tlocation: 'node_modules/donejs-number-input/dist/amd',\n\t\t    \tmain: 'lib/donejs-number-input'\n\t    }]\n\t});\n\trequire([\"main-amd\"], function(){});\n\u003c/script\u003e\n```\n\n### Standalone use\n\nLoad the `global` version of the plugin:\n\n```html\n\u003cscript src='./node_modules/donejs-number-input/dist/global/donejs-number-input.js'\u003e\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonejs%2Fdonejs-number-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonejs%2Fdonejs-number-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonejs%2Fdonejs-number-input/lists"}