-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bootstrap-input-spinner",
"version": "5.0.7",
"description": "A Bootstrap 5 plugin to create input spinner elements for number input.",
"browser": "./src/InputSpinner.js",
"type": "module",
"exports": {
".": "./src/InputSpinner.js",
"./custom-editors": "./src/custom-editors.js"
},
"scripts": {
"test": "tput setaf 4;echo open test/index.html in your browser for testing."
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/bootstrap-input-spinner.git"
},
"keywords": [
"Bootstrap 5",
"Bootstrap",
"Widget",
"Html",
"Input",
"UI"
],
"author": "Stefan Haack (https://shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/bootstrap-input-spinner/issues"
},
"homepage": "https://shaack.com/en/open-source-components",
"devDependencies": {
"prismjs": "^1.30.0",
"teevi": "^2.4.1"
}
}