forked from shaack/bootstrap-input-spinner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 842 Bytes
/
package.json
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
{
"name": "bootstrap-input-spinner",
"version": "3.1.14",
"description": "A Bootstrap 5 / jQuery plugin to create input spinner elements for number input.",
"browser": "./src/bootstrap-input-spinner.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",
"jQuery",
"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.27.0",
"teevi": "^2.1.10"
}
}