mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
18 lines
487 B
JSON
18 lines
487 B
JSON
{
|
|
"author": "harvest",
|
|
"name": "chosen",
|
|
"version": "0.9.8",
|
|
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/harvesthq/chosen"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"coffee-script": ">= 1.2",
|
|
"uglify-js": ">= 1.2.5"
|
|
}
|
|
} |