60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "selectize",
|
|
"keywords": [
|
|
"select",
|
|
"ui",
|
|
"form",
|
|
"input",
|
|
"control",
|
|
"autocomplete",
|
|
"tagging",
|
|
"tag"
|
|
],
|
|
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
|
|
"license": "Apache License, Version 2.0",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/selectize/selectize.js.git"
|
|
},
|
|
"main": [
|
|
"dist/css/selectize.css",
|
|
"dist/js/selectize.js"
|
|
],
|
|
"ignore": [
|
|
"Makefile",
|
|
"Gruntfile.js",
|
|
"examples",
|
|
"node_modules",
|
|
"bower_components",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
".travis.yml",
|
|
"testem.json",
|
|
"selectize.jquery.json",
|
|
"*.sh",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.7.0",
|
|
"microplugin": "0.0.x",
|
|
"sifter": "0.5.x"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap2": "bootstrap#2",
|
|
"bootstrap3": "bootstrap#3.2"
|
|
},
|
|
"homepage": "https://github.com/selectize/selectize.js",
|
|
"version": "0.12.6",
|
|
"_release": "0.12.6",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.12.6",
|
|
"commit": "eb0fca364f9bd6864ae197ea58c853f2717052a9"
|
|
},
|
|
"_source": "https://github.com/selectize/selectize.js.git",
|
|
"_target": "^0.12.6",
|
|
"_originalSource": "selectize",
|
|
"_direct": true
|
|
} |