{
  "name": "pui-react-sortable-table",
  "version": "3.4.2",
  "description": "A React component that provides a table that can be sorted by column",
  "main": "sortable-table.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pivotal-cf/pivotal-ui.git"
  },
  "keywords": [
    "bootstrap",
    "react",
    "pivotal ui",
    "pivotal ui modularized"
  ],
  "author": "Pivotal Software, Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pivotal-cf/pivotal-ui/issues"
  },
  "homepage": "http://styleguide.pivotal.io/",
  "peerDependencies": {
    "react": "^0.14.0"
  },
  "dependencies": {
    "babel-runtime": "^6.1.18",
    "classnames": "^2.2.0",
    "lodash.findindex": "^3.2.1",
    "lodash.sortby": "^3.1.1",
    "pui-css-iconography": "^3.4.2",
    "pui-css-tables": "^3.4.2",
    "pui-react-helpers": "^3.4.2"
  }
}