32 lines
599 B
JSON
32 lines
599 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|