{
  "name": "react-form-tmp",
  "version": "1.1.0",
  "description": "支持一个大form表单拆分成若干个小form，支持跨多层级component使用同一个form表单。 getFieldDecorator双向绑定，将支持到数组和对象。",
  "main": "index.js",
  "dependencies": {
    "lodash": "^4.17.11",
    "react": "^16.8.6",
    "tsc": "^1.20150623.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --outDir libs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Impress-semirding/react-form.git"
  },
  "author": "senir",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Impress-semirding/react-form/issues"
  },
  "homepage": "https://github.com/Impress-semirding/react-form#readme"
}
