Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/formsy-react/
Upload File :
Current File : //etc/kibana/node_modules/formsy-react/package.json

{
  "name": "formsy-react",
  "version": "1.1.5",
  "description": "A form input builder and validator for React",
  "keywords": [
    "form",
    "forms",
    "formsy",
    "react",
    "react-component",
    "validation"
  ],
  "standard-version": {
    "skip": {
      "tag": true
    }
  },
  "license": "MIT",
  "homepage": "https://github.com/formsy/formsy-react",
  "bugs": "https://github.com/formsy/formsy-react/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/formsy/formsy-react.git"
  },
  "author": "Christian Alfoni",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "build": "NODE_ENV=production webpack -p --config webpack.config.js && yarn run prepublish",
    "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples",
    "lint": "eslint src/**/*.js",
    "prepublish": "rm -Rf ./lib && babel ./src/ -d ./lib/",
    "changelog": "standard-changelog",
    "test": "babel-node testrunner"
  },
  "dependencies": {},
  "devDependencies": {},
  "peerDependencies": {
    "react": "^15.6.1 || ^16.0.0",
    "react-dom": "^15.6.1 || ^16.0.0"
  },
  "cleaned": true
}