-
Notifications
You must be signed in to change notification settings - Fork 3
/
behavior.jquery.json
35 lines (35 loc) · 1.1 KB
/
behavior.jquery.json
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
28
29
30
31
32
33
34
35
{
"name": "behavior",
"title": "jQuery Behavior Plugin",
"description": "Unobstrusive scripting simply and easily. Declarative events with Metabehaviors based on Live Query.",
"keywords": [
"live",
"behavior",
"dom",
"events"
],
"version": "1.4.0",
"author": {
"name": "Florian Schäfer",
"email": "florian.schaefer@gmail.com",
"url": "https://github.com/fschaefer"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/fschaefer/jquery-behavior/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://raw.github.com/fschaefer/jquery-behavior/master/GPL-LICENSE.txt"
}
],
"bugs": "https://github.com/fschaefer/jquery-behavior/issues",
"homepage": "https://github.com/fschaefer/jquery-behavior",
"docs": "https://github.com/fschaefer/jquery-behavior",
"download": "https://github.com/fschaefer/jquery-behavior/archive/master.zip",
"dependencies": {
"jquery": ">=1.7",
"livequery": "=1.1.1"
}
}