-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
28 lines (28 loc) · 856 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
{
"name": "simple-load-more",
"version": "1.6.2",
"description": "Add load more functionality to the list. Show 5 or custom items on clicking the load more button. Not AJAX based.",
"main": "jquery.simpleLoadMore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "uglifyjs jquery.simpleLoadMore.js -o jquery.simpleLoadMore.min.js -c -m --comments"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/zeshanshani/simple-load-more.git"
},
"keywords": [
"jquery",
"jquery-load-more",
"load-more"
],
"author": "Zeshan Ahmed",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeshanshani/simple-load-more/issues"
},
"homepage": "https://github.com/zeshanshani/simple-load-more#readme",
"dependencies": {
"jquery": "^3.4.0"
}
}