{
  "name": "markdown-to-react-components",
  "version": "0.2.4",
  "description": "Convert markdown into react components",
  "main": "src/index.js",
  "scripts": {
    "start": "webpack-dev-server --devtool eval-source-map --progress --colors --content-base build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/christianalfoni/markdown-to-react-components"
  },
  "keywords": [
    "react",
    "markdown",
    "convert"
  ],
  "author": "Christian Alfoni",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/christianalfoni/markdown-to-react-components/issues"
  },
  "homepage": "https://github.com/christianalfoni/markdown-to-react-components",
  "devDependencies": {
    "css-loader": "^0.15.2",
    "json-loader": "^0.5.2",
    "node-libs-browser": "^0.5.2",
    "react": "^0.14.7",
    "style-loader": "^0.12.3",
    "webpack": "^1.10.0",
    "webpack-dev-server": "^1.10.1"
  },
  "dependencies": {
    "he": "^1.1.0",
    "marked": "^0.3.3"
  }
}
