{
  "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://zeshanshani@github.com/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"
  }
}
