UNPKG

@dtrussia/react-pager

Version:
50 lines (49 loc) 1.15 kB
{ "name": "@dtrussia/react-pager", "version": "2.1.1", "description": "Stateless Pager component", "main": "lib/index.js", "files": [ "lib", "src" ], "scripts": { "build": "NODE_ENV=production babel src --out-dir lib", "prepublish": "npm run build" }, "bugs": { "url": "https://github.com/dtrussia/react-pager/issues" }, "keywords": [ "react", "react-component", "react-pager", "pager", "paginator", "bootstrap" ], "author": { "name": "Alexei Zaviruha", "email": "a.zaviruha@gmail.com" }, "contributors": [ "Eugene Rodionov (https://github.com/theaqua)", "Alexandr Usachev (https://github.com/lazercore)", "Valentin Semirulnik (https://github.com/7rulnik)" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/dtrussia/react-pager.git" }, "license": "MIT", "peerDependencies": { "react": "^0.14.2" }, "devDependencies": { "@dtrussia/eslint-config-dtrussia": "^1.0.3", "babel-cli": "^6.2.0", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.1.18", "babel-preset-stage-0": "^6.1.18" } }