virt2/api/jquery/plugins/jquery_chained-2.x/bower.json

32 lines
599 B
JSON
Executable File

{
"name": "chained",
"version": "1.0.1",
"homepage": "http://www.appelsiini.net/projects/chained",
"authors": [
"Mika Tuupola <tuupola@appelsiini.net>"
],
"description": "Simple chained selects with jQuery or Zepto.",
"main": [
"jquery.chained.js",
"jquery.chained.remote.js"
],
"keywords": [
"jquery",
"chained",
"select"
],
"license": "MIT",
"ignore": [
"**/.*",
"**/*.php",
"**/*.html",
"**/*.markdown",
"Gruntfile.js",
"chained.jquery.json",
"package.json",
"node_modules",
"bower_components",
"test"
]
}