summaryrefslogtreecommitdiffstats
path: root/web/static/js/jquery-dragster/bower.json
blob: a3cf7ed16d22f1e12bcec9066864066221bdc8ca (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
{
  "name": "jquery-dragster",
  "version": "1.0.3",
  "homepage": "https://github.com/catmanjan/jquery-dragster",
  "authors": [
    "catmanjan"
  ],
  "description": "Unified drag and drop listener",
  "main": "jquery.dragster.js",
  "keywords": [
    "jquery",
    "dragster",
    "dragenter",
    "dragleave",
    "drop"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}