aboutsummaryrefslogtreecommitdiff
path: root/dllib/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-12 18:58:54 +0100
committerMinteck <contact@minteck.org>2022-01-12 18:58:54 +0100
commitd0982c5250d2e33c824ddccb8bd245ca39faa724 (patch)
tree0b1fac648c4214c29f22629555ada2f3a2dcdb5d /dllib/package.json
parent6dc0f517f78af1ff3f7d9fd763873194517ff4fd (diff)
downloadgenealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.gz
genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.bz2
genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.zip
Upadte
Diffstat (limited to 'dllib/package.json')
-rw-r--r--dllib/package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/dllib/package.json b/dllib/package.json
new file mode 100644
index 0000000..a9dda3e
--- /dev/null
+++ b/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