forked from istvan-ujjmeszaros/bootstrap-duallistbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 948 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
{
"name": "bootstrap4-duallistbox",
"title": "Bootstrap 4 Duallistbox",
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"main": "dist/jquery.bootstrap-duallistbox.js",
"style": "dist/bootstrap-duallistbox.min.css",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git"
},
"homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"version": "4.0.1",
"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"
}
}