{
    "name": "thomasso-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.22",
    "devDependencies": {
        "grunt": "^1.4.1",
        "grunt-cli": "^1.3.2",
        "grunt-contrib-concat": "^1.0.1",
        "grunt-contrib-cssmin": "^3.0.0",
        "grunt-contrib-jshint": "^2.1.0",
        "grunt-contrib-uglify": "^4.0.1"
    },
    "scripts": {
        "test": "grunt travis --verbose"
    }
}