{
  "name": "react-simple-table",
  "description": "For when you just want a table",
  "version": "1.0.1",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/KyleAMathews/react-simple-table/issues"
  },
  "devDependencies": {
    "cjsx-loader": "^3.0.0",
    "coffee-loader": "^0.7.2",
    "coffee-react": "^5.0.0",
    "coffee-script": "^1.9.0",
    "css-loader": "^0.23.1",
    "faker": "^3.1.0",
    "react": "^15.0.1",
    "react-dom": "^15.0.1",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.0"
  },
  "homepage": "https://github.com/KyleAMathews/react-simple-table",
  "keywords": [
    "react",
    "react-component",
    "table"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "peerDependencies": {
    "react": ">=0.11.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/KyleAMathews/react-simple-table.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "deep-get-set": "^1.0.0"
  }
}
