aboutsummaryrefslogtreecommitdiff
path: root/app/genealogy/dllib/package.json
blob: a9dda3e89b5b33fb0bed7710a395d7851b010051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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*"
        ]
      }
    ]
  }
}