-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
package.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
36
37
38
39
40
41
{
"name": "Kwicks",
"version": "2.1.3",
"title": "Kwicks",
"author": {
"name": "Jeremy Martin",
"url": "http://blog.jeremymartin.name/2008/06/kwicks-151-released111.html"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.4.4"
},
"description": "Kwicks for jQuery",
"keywords": [
"kwicks",
"customizable",
"effects",
"expand",
"slideshow"
],
"homepage": "http://wowmotty.blogspot.com/2010/11/kwicks-for-jquery-v20.html",
"demo": "http://mottie.github.com/Kwicks/",
"docs": "https://github.com/Mottie/Kwicks/wiki",
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
}
],
"files": [
"css/kwicks.css",
"js/jquery.kwicks.js",
"js/jquery.kwicks.min.js",
"js/jquery.easing.1.3.js"
]
}