UNPKG

react-bootstrap-pagination

Version:

ReactJS paginator class for kurounin:pagination meteor package

53 lines (52 loc) 1.51 kB
{ "name": "react-bootstrap-pagination", "version": "1.0.7", "description": "ReactJS paginator class for kurounin:pagination meteor package", "repository": { "type": "git", "url": "https://github.com/Kurounin/react-bootstrap-pagination.git" }, "author": "Kurounin", "license": "MIT", "bugs": { "url": "https://github.com/Kurounin/react-bootstrap-pagination/issues" }, "homepage": "https://github.com/Kurounin/react-bootstrap-pagination", "keywords": [ "react-component", "react", "meteor", "pagination", "bootstrap" ], "scripts": { "prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist", "lint": "eslint ./src", "lintfix": "eslint ./src --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-umd": "^6.18.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-2": "^6.18.0", "eslint": "^4.19.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-react": "^7.14.2", "react": "^15.0.0", "react-dom": "^15.0.0", "prop-types": "^15.5.0" }, "peerDependencies": { "react": "~0.14.8 || ^15.0.0", "react-dom": "~0.14.8 || ^15.0.0", "prop-types": "^15.5.0" }, "dependencies": { "babel-runtime": "^6.6.1" } }