es-selectize
Version:
Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.
61 lines (60 loc) • 1.45 kB
JSON
{
"name": "es-selectize",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
],
"main": "dist/js/selectize.js",
"module": "dist/js/selectize.mjs",
"js:next": "dist/js/selectize.mjs",
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
"files": [
"dist/"
],
"version": "0.12.10",
"author": "Brian Reavis <brian@thirdroute.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/zeekay/es-selectize.git"
},
"dependencies": {
"es-microplugin": "0.0.4",
"es-sifter": "0.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"handroll": "0.13.4",
"jquery": "3.2.1",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-handroll": "0.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.2.0",
"uglify": "0.1.5"
},
"scripts": {
"test": "karma start",
"build": "make",
"prestart": "npm run build",
"start": "grunt serve",
"grunt": "grunt"
},
"engines": {
"node": "*"
}
}