summaryrefslogtreecommitdiffstats
path: root/component.json
blob: b892739019e9dc0d710ac599bba08bbf9ca8fdd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "jquery-once",
  "repo": "robloach/jquery-once",
  "homepage": "http://github.com/robloach/jquery-once",
  "description": "Act on jQuery elements only once.",
  "license": "GPL-2.0",
  "version": "2.0.0-alpha.10",
  "keywords": [
    "jquery"
  ],
  "dependencies": {
    "component/jquery": "*"
  },
  "main": "jquery.once.js",
  "scripts": [
    "jquery.once.js"
  ],
  "files": [
    "jquery.once.min.js"
  ],
  "demo": "http://github.com/robloach/jquery-once"
}