-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 858 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
34
35
{
"name": "jquery-paged-scroll",
"description": "different approach for infinite scroll.Simple and easy to use",
"keywords": ["pagination","scroll","infinite scroll"],
"version": "1.6.6",
"author": {
"name": "Dmitry Mogilko",
"url": "http://www.dimaxweb.com"
},
"maintainers": [
{
"name": "Dmitry Mogilko",
"email": "dimitry323@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"version": "1.0.0.0",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt qunit"
},
"bugs": "https://github.com/dimaxweb/jquery-paged-scroll/issues",
"homepage": "https://github.com/dimaxweb/jquery-paged-scroll",
"dependencies": {
"jquery": ">=1.8"
}
}