vue-bootstrap-pagination
Version:
Pagination for vuejs with combination with bootstrap and Laravel's pagination
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "vue-bootstrap-pagination",
"version": "2.10.3",
"description": "Pagination for vuejs with combination with bootstrap and Laravel's pagination",
"jsnext": "dist/bundle.js",
"main": "dist/vue-bootstrap-pagination.common.js",
"module": "dist/vue-bootstrap-pagination.esm.js",
"directories": {
"src": "src",
"dist": "dist"
},
"scripts": {
"purge": "rm -rf dist/",
"compile": "rollup -c",
"build": "npm run purge && npm run compile",
"lint": "eslint src/**/*",
"beforePublish": "npm run lint && npm run build"
},
"files": [
"dist/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Media24si/vue-pagination.git"
},
"homepage": "https://github.com/Media24si/vue-pagination",
"keywords": [
"vue",
"component",
"bootstrap",
"laravel",
"pagination"
],
"author": "pogachar",
"license": "MIT",
"dependencies": {
"lodash": "^4.16.4",
"vue": "latest"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-vue": "^2.2.6"
}
}