forked from morr/jquery.appear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "jquery-appear-original",
"title": "jQuery Appear/Disappear",
"description": "It implements a custom 'appear'/'disappear' events which are fired when an element became visible/invisible in the browser view port.",
"keywords": [
"event",
"appear",
"disappear"
],
"version": "0.6.3",
"author": {
"name": "Andrey Sidorov",
"email": "takandar@gmail.com",
"url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt"
},
"main": "index.js",
"maintainers": [
{
"name": "Andrey Sidorov",
"email": "takandar@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/morr/jquery.appear",
"demo": "http://morr.github.com/appear.html",
"issues": "https://github.com/morr/jquery.appear/issues",
"devDependencies": {
"eslint": "5.11.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"peerDependencies": {
"jquery": ">=1.7"
}
}