-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 847 Bytes
/
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
{
"name": "lazyfade.js",
"description": "This jQuery Plugin simply fades a row of elements with a lazy effect. The fade of each next element gets delayed slightly what gives a precious touch to the whole transition.",
"keywords": [
"jquery-plugin",
"element",
"fade",
"delay",
"lazy",
"transition"
],
"version": "1.1.0",
"dependencies": {
"jquery": ">=1.5.0"
},
"author": "Cornel Boppart (https://github.com/cbopp-art)",
"license": "GPL-2.0+",
"main": "lazyFade.js",
"homepage": "http://cornel.bopp-art.com/",
"repository": {
"type": "git",
"url": "https://github.com/cbopp-art/lazyFade.git"
},
"bugs": {
"url": "https://github.com/cbopp-art/lazyFade/issues",
"email": "[email protected]"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}