forked from istvan-ujjmeszaros/bootstrap-touchspin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.64 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bootstrap-touchspin",
"version": "4.7.3",
"title": "Bootstrap Touchspin",
"description": "A mobile and touch friendly input spinner component for Bootstrap 3 & 4.",
"keywords": [
"input",
"bootstrap",
"number",
"range",
"spinbutton",
"spinner"
],
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"main": "dist/jquery.bootstrap-touchspin.js",
"license": "MIT",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git"
},
"homepage": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
"demo": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
"docs": "https://www.virtuosoft.eu/code/bootstrap-touchspin/",
"download": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/master.zip",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/jest-environment-puppeteer": "^5.0.3",
"express": "^4.18.2",
"grunt": "^1.1.0",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.1",
"jest": "^29.5.0",
"jest-puppeteer": "^8.0.6",
"puppeteer": "^19.8.2",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"scripts": {
"test": "jest --runInBand",
"build": "grunt default",
"check-build-integrity": "grunt check-build-integrity"
}
}