diff options
Diffstat (limited to 'addons/web/static/lib/nearest/bower.json')
| -rw-r--r-- | addons/web/static/lib/nearest/bower.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/web/static/lib/nearest/bower.json b/addons/web/static/lib/nearest/bower.json new file mode 100644 index 00000000..27bad9c8 --- /dev/null +++ b/addons/web/static/lib/nearest/bower.json @@ -0,0 +1,12 @@ +{ + "name": "jquery-nearest", + "version": "1.2.1", + "main": "jquery.nearest.js", + "ignore": [ + "**/.*", + "test" + ], + "dependencies": { + "jquery": ">=1.4" + } +}
\ No newline at end of file |
