summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 554bf6a2934b5db63985d29b7815e82b5e996915 (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
{
  "name": "robloach/jquery-once",
  "description": "Act on jQuery elements only once.",
  "type": "component",
  "license": [
    "MIT",
    "GPL-2.0"
  ],
  "require": {
    "components/jquery": ">=2.1.1"
  },
  "extra": {
    "component": {
      "scripts": [
        "jquery.once.js"
      ],
      "files": [
        "jquery.once.min.js",
        "jquery.once.js.map",
        "jquery.once.litcoffee"
      ],
      "shim": {
        "deps": ["jquery"]
      }
    }
  }
}