{
  "name": "111-react-simpleform",
  "version": "1.3.7",
  "description": "Small form for React",
  "main": "dist/react-simpleform.min.js",
  "scripts": {
    "build": "webpack -p --mode=build",
    "build:publish": "npm run build && npm publish",
    "dev": "webpack --progress --colors --watch --mode=dev",
    "example": "webpack-dev-server --content-base example/build/ --config webpack-example.config.js",
    "test": "echo 'ERROR : no tests yet'"
  },
  "devDependencies": {
    "babel": "6.3.13",
    "babel-core": "6.1.18",
    "babel-eslint": "5.0.0",
    "babel-loader": "6.1.0",
    "babel-plugin-add-module-exports": "0.1.2",
    "babel-preset-es2015": "6.3.13",
    "babel-preset-react": "6.5.0",
    "babel-preset-stage-0": "6.5.0",
    "css-loader": "0.23.1",
    "eslint": "1.7.2",
    "eslint-loader": "1.1.0",
    "eslint-plugin-react": "4.2.3",
    "less": "2.6.1",
    "less-loader": "2.2.2",
    "moment": "2.12.x",
    "react": "15.1.x",
    "react-dom": "15.1.x",
    "react-hot-loader": "1.3.0",
    "style-loader": "0.13.0",
    "webpack": "1.12.9",
    "webpack-dev-server": "1.14.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/111StudioKK/react-simpleform.git"
  },
  "keywords": [
    "react",
    "es6",
    "form",
    "library"
  ],
  "author": "Hugues Alexandre",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/111StudioKK/react-simpleform/issues"
  },
  "homepage": "https://github.com/111StudioKK/react-simpleform",
  "peerDependencies": {
    "moment": "^2.12",
    "react": "^0.14 || ^15.0",
    "react-dom": "^0.14 || ^15.0"
  },
  "dependencies": {
    "react-click-outside": "2.1.0",
    "react-day-picker": "2.4.1",
    "react-input-autosize": "git+https://github.com/JedWatson/react-input-autosize.git",
    "react-json-tree": "0.6.5",
    "react-select": "1.0.0-beta13",
    "react-tagsinput": "3.9.1",
    "yup": "git+https://github.com/111StudioKK/yup.git"
  }
}
