{
  "name": "react-utterances",
  "version": "0.6.4",
  "description": "React component for utterances",
  "keywords": [
    "utterances",
    "comments",
    "github",
    "issue",
    "react",
    "social"
  ],
  "author": "Alfred UC <b6pzeusbc54tvhw5jgpyw8pwz2x6gs@gmail.com>",
  "homepage": "",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/b6pzeusbc54tvhw5jgpyw8pwz2x6gs/react-utterances/tree/master/packages/component"
  },
  "scripts": {
    "start": "babel src/ --out-dir lib/ --watch --verbose",
    "build": "babel src/ --out-dir lib/ --verbose",
    "test": "echo \"Error: run tests from root\" && exit 1"
  }
}
