{
  "name": "react-datatables",
  "version": "0.0.2",
  "description": "React wrapper for DataTables",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint src",
    "start": "gulp dev",
    "test": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luqin/react-DataTables.git"
  },
  "keywords": [
    "DataTables",
    "table",
    "react",
    "react-DataTables",
    "react-component"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/luqin/react-DataTables/issues"
  },
  "homepage": "https://github.com/luqin/react-DataTables",
  "dependencies": {
    "babel-runtime": "^5.8.20",
    "classnames": "^2.1.5",
    "datatables": "^1.10.9",
    "datatables-bootstrap": "^0.0.1",
    "datatables-colreorder": "^1.2.0",
    "datatables-scroller": "^1.3.0",
    "datatables-tabletools": "^2.2.2",
    "react": "^0.14.0",
    "react-dom": "^0.14.0"
  },
  "devDependencies": {
    "babel": "5.8.23",
    "babel-core": "5.8.23",
    "babel-eslint": "^4.1.1",
    "babel-plugin-object-assign": "^1.1.0",
    "bootstrap": "3.3.5",
    "eslint": "1.4.3",
    "eslint-config-airbnb": "0.1.0",
    "eslint-plugin-react": "3.4.1",
    "gulp": "^3.9.0",
    "history": "^1.12.3",
    "jquery": "^2.1.4",
    "ip": "^1.0.1",
    "node-sass": "3.3.2",
    "react-bootstrap": "^0.27.1",
    "react-component-tools": "^0.1.9",
    "react-router": "1.0.0-rc3",
    "webpack": "1.12.2",
    "webpack-dev-server": "1.10.1"
  }
}
