{
  "name": "propforms",
  "version": "2.2.3",
  "description": "PropForms",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "./node_modules/.bin/babel src -d lib && flow-copy-source src lib",
    "watch": "./node_modules/.bin/babel src/**/*.js -w -o lib/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/propcom/propForms.git"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ]
  },
  "files": [
    "lib"
  ],
  "author": "Samuel Woodbridge",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/propcom/propForms/issues"
  },
  "homepage": "https://github.com/propcom/propForms",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.22.1",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-polyfill": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "flow-bin": "^0.38.0",
    "flow-copy-source": "^1.2.0",
    "webpack": "^3.0.0"
  }
}
