{
  "name": "patchkit-post-composer",
  "version": "1.2.0",
  "description": "Composer component for public and private text posts",
  "main": "index.jsx",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patchkit/patchkit-post-composer.git"
  },
  "keywords": [
    "react"
  ],
  "author": "Paul Frazee <pfrazee@gmail.com>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/patchkit/patchkit-post-composer/issues"
  },
  "homepage": "https://github.com/patchkit/patchkit-post-composer#readme",
  "dependencies": {
    "explain-error": "^1.0.1",
    "mime-types": "^2.1.10",
    "multicb": "^1.2.1",
    "patchkit-dropdown": "^1.0.0",
    "patchkit-markdown": "^1.0.1",
    "patchkit-util": "^1.0.1",
    "patchkit-vertical-filled": "^1.0.0",
    "patchwork-threads": "^2.2.0",
    "patchwork-translations": "^1.3.0",
    "react": "^0.14.8",
    "ssb-msg-schemas": "^6.2.1",
    "ssb-msgs": "^5.2.0",
    "ssb-ref": "^2.3.0",
    "suggest-box": "^2.0.0"
  },
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0"
  },
  "browserify": {
    "transform": [
      [
        "envify",
        {
          "global": true
        }
      ],
      [
        "babelify",
        {
          "presets": [
            "es2015",
            "stage-0",
            "react"
          ]
        }
      ]
    ]
  }
}
