{
  "name": "neoform-plain-object-helpers",
  "library": "NeoFormPlainObjectHelpers",
  "version": "0.2.1",
  "description": "NeoForm helpers to work with plain object state",
  "keywords": [
    "neoform"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "dist/",
    "es/",
    "lib/"
  ],
  "repository": "zero-plus-x/neoform",
  "author": "Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)",
  "license": {
    "type": "MIT",
    "url": "https://github.com/zero-plus-x/neoform/blob/master/license.md"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "neoform": "^0.3.0"
  },
  "dependencies": {
    "dot-prop-immutable": "^1.3.1"
  },
  "scripts": {
    "prepublishOnly": "cd ../..; yarn start build neoform-plain-object-helpers"
  }
}
