forked from bitovi/jquerypp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquerypp.jquery.json
More file actions
26 lines (26 loc) · 832 Bytes
/
jquerypp.jquery.json
File metadata and controls
26 lines (26 loc) · 832 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
{
"name" : "jquerypp",
"title" : "jQuery++",
"description" : "I am a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and later.",
"keywords" : [ "drag", "drop", "ui", "animation", "events", "form", "jquery", "utility" ],
"version" : "1.0.1",
"author" : {
"name" : "Bitovi",
"email" : "contact@bitovi.com",
"web" : "http://bitovi.com/"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/bitovi/jquerypp/blob/master/license.md"
}
],
"bugs" : "https://github.com/bitovi/jquerypp/issues",
"homepage" : "http://jquerypp.com",
"demo" : "http://jquerypp.com",
"docs" : "http://donejs.com/docs.html#!jquerypp",
"download" : "http://jquerypp.com/downloads/jquerypp.1.0.1.zip",
"dependencies" : {
"jquery" : ">=1.8"
}
}