{
  "name": "react-inline-edit",
  "version": "3.0.0",
  "description": "A React component that allows inline/in-place edits.",
  "main": "dist/InlineEdit.js",
  "scripts": {
    "start": "node server.js",
    "build": "babel scripts --out-dir dist",
    "build-demo": "webpack --config webpack.config.demo.js",
    "lint": "eslint .",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vasanthk/react-inline-edit.git"
  },
  "keywords": [
    "inline-edit",
    "inline",
    "edit",
    "inplace",
    "react",
    "react-component"
  ],
  "author": "Vasanth Krishnamoorthy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vasanthk/react-inline-edit/issues"
  },
  "homepage": "https://github.com/vasanthk/react-inline-edit",
  "devDependencies": {
    "react": "^0.14.0",
    "react-dom": "^0.14.0",
    "babel-runtime": "^5.0.0",
    "babel-core": "^5.4.5",
    "babel-eslint": "^3.1.6",
    "babel-loader": "^5.0.0",
    "eslint": "^0.21.2",
    "eslint-plugin-react": "^2.3.0",
    "react-hot-loader": "^1.1.5",
    "webpack": "^1.8.4",
    "webpack-dev-server": "^1.8.0"
  }
}
