select2-theme-bootstrap4
Version:
A theme for Select2 v4 and Bootstrap 4.
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "select2-theme-bootstrap4",
"version": "1.0.2",
"description": "A theme for Select2 v4 and Bootstrap 4.",
"main": "",
"style": "dist/select2-bootstrap.css",
"homepage": "https://angel-vladov.github.io/select2-theme-bootstrap4",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt nodeunit",
"build": "grunt build",
"serve": "grunt serve"
},
"repository": {
"type": "git",
"url": "git@github.com:angel-vladov/select2-theme-bootstrap4.git"
},
"bugs": {
"url": "https://github.com/angel-vladov/select2-theme-bootstrap4/issues"
},
"keywords": [
"bootstrap",
"select2",
"css",
"sass"
],
"author": "Angel Vladov",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"Respond.js": "github:scottjehl/Respond#1.4.2",
"anchor-js": "^3.2.1",
"autoprefixer": "^6.4.0",
"bootstrap": "^4.0.0",
"diff": "^2.2.3",
"grunt": "^1.0.2",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.2.0",
"grunt-jekyll": "^0.4.7",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.1.0",
"grunt-sass-tilde-importer": "^1.0.2",
"grunt-stamp": "^0.3.0",
"matchdep": "^1.0.1"
}
}