summaryrefslogtreecommitdiff
path: root/addons/web/static/lib/nearest/bower.json
blob: 27bad9c8785a72a58dbc33830043a768e99878ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "jquery-nearest",
  "version": "1.2.1",
  "main": "jquery.nearest.js",
  "ignore": [
    "**/.*",
    "test"
  ],
  "dependencies": {
    "jquery": ">=1.4"
  }
}