diff options
Diffstat (limited to 'app/genealogy/dllib/package.json')
-rw-r--r-- | app/genealogy/dllib/package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/genealogy/dllib/package.json b/app/genealogy/dllib/package.json new file mode 100644 index 0000000..a9dda3e --- /dev/null +++ b/app/genealogy/dllib/package.json @@ -0,0 +1,30 @@ +{ + "name": "jQuery.Flexdatalist", + "description": "jQuery Datalist Autocomplete plugin", + "version": "2.3.0", + "repository": { + "type": "git", + "url": "https://github.com/sergiodlopes/jquery-flexdatalist.git" + }, + "bugs": { + "url": "https://github.com/sergiodlopes/jquery-flexdatalist/issues" + }, + "dependencies": { + "jquery": ">=1.8" + }, + "author": "Sérgio Dinis Lopes", + "license": "MIT", + "homepage": "http://projects.sergiodinislopes.pt/flexdatalist/", + "autoupdate": { + "source": "git", + "target": "git://github.com/sergiodlopes/jquery-flexdatalist.git", + "fileMap": [ + { + "basePath": "", + "files": [ + "jquery.flexdatalist*" + ] + } + ] + } +}
\ No newline at end of file |