{
  "name": "react-pagination-table",
  "version": "2.0.2",
  "description": "A table component for React with pagination",
  "main": "./lib/index.js",
  "scripts": {
    "test:watch": "cross-env NODE_ENV=test ./node_modules/.bin/mocha -w --opts __test__/.mocharc __test__/",
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --opts __test__/.mocharc __test__/",
    "start": "webpack-dev-server --devtool eval --progress --colors",
    "build:demo": "cross-env NODE_ENV=production webpack -p --config ./webpack.prov.config.js",
    "flow": "./node_modules/.bin/flow",
    "flow:update": "./node_modules/.bin/flow-typed update",
    "compile": "babel -d lib/ src/",
    "lint": "./node_modules/.bin/eslint .",
    "validate": "npm run lint && npm run flow && npm test",
    "all": "npm run compile && npm run build:demo",
    "snyk-protect": "snyk protect",
    "precommit": "npm run validate",
    "prepublish": "npm run snyk-protect"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/addhome2001/react-pagination-table.git"
  },
  "keywords": [
    "react",
    "component",
    "pagination",
    "status",
    "table",
    "data"
  ],
  "author": "addhome2001",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/addhome2001/react-pagination-table.git/issues"
  },
  "homepage": "https://github.com/addhome2001/react-pagination-table.git#readme",
  "engines": {
    "node": ">=6.2.2"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^3.14.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-flowtype": "^2.30.3",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "flow-bin": "^0.41.0",
    "flow-typed": "^2.0.0",
    "html-webpack-plugin": "^2.28.0",
    "jsdom": "^9.4.2",
    "jsdom-global": "^2.0.0",
    "prop-types": "^15.5.8",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-pagination-status": "^2.0.0",
    "sinon": "^1.17.5",
    "webpack": "^2.2.1",
    "snyk": "^1.41.1"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.22.0",
    "babel-runtime": "^6.11.6",
    "cross-env": "^3.1.4",
    "husky": "^0.14.3",
    "mocha": "^3.0.2",
    "react-test-renderer": "^16.2.0",
    "webpack-dev-server": "^2.3.0"
  },
  "snyk": true
}
