forked from istvan-ujjmeszaros/bootstrap-touchspin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bootstrap-touchspin",
"title": "Bootstrap Touchspin",
"description": "A mobile and touch friendly input spinner component for Bootstrap 3 & 4.",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"main": "dist/jquery.bootstrap-touchspin.js",
"license": "Apache-2.0",
"contributors": [
{
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
{
"name": "Phil H",
"url": "https://github.com/pennstatephil"
},
{
"name": "lukchojnicki",
"url": "https://github.com/lukchojnicki"
},
{
"name": "Stefan Bauer",
"url": "https://github.com/sba"
},
{
"name": "Serhan Apaydın",
"url": "https://github.com/monoblaine"
},
{
"name": "Dewey Nguyen",
"url": "https://github.com/aduyng"
},
{
"name": "Emanuele Rampichini",
"url": "https://github.com/lele85"
},
{
"name": "Greg Walker",
"url": "https://github.com/mgwalker"
},
{
"name": "amid2887",
"url": "https://github.com/amid2887"
},
{
"name": "Eliak",
"url": "https://github.com/Eliak"
},
{
"name": "Benjamin Cook",
"url": "https://github.com/blcook223"
},
{
"name": "Hendy Irawan",
"url": "https://github.com/ceefour"
}
],
"repository": {
"type": "git",
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git"
},
"homepage": "httsp://www.virtuosoft.eu/code/bootstrap-touchspin/",
"version": "4.1.0",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-cssmin": "^2.2.1"
},
"scripts": {
"test": "grunt travis --verbose",
"concat": "grunt concat"
}
}