-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbeforeAfter.jquery.json
More file actions
33 lines (33 loc) · 849 Bytes
/
Copy pathbeforeAfter.jquery.json
File metadata and controls
33 lines (33 loc) · 849 Bytes
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
{
"name": "jquery.beforeAfter",
"title": "jQuery Before After",
"description": "A jQuery plugin for adding :before and :after support",
"version": "0.8.5",
"homepage": "https://github.com/dfadler/jquery.beforeafter",
"author": {
"name": "Dustin Fadler",
"email": "dfadler@gmail.com",
"url": "http://dfadler.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dfadler/jquery.beforeafter"
},
"bugs": {
"url": "https://github.com/dfadler/jquery.beforeafter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dfadler/jquery.beforeafter/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/dfadler/jquery.beforeafter/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">= 1.6"
},
"keywords": []
}