chosen/package.json

18 lines
487 B
JSON
Raw Normal View History

2012-01-05 16:56:38 +01:00
{
"author": "harvest",
"name": "chosen",
2012-01-20 00:52:30 +01:00
"version": "0.9.7",
2012-01-05 16:56:38 +01:00
"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"
}
}