{
  "name": "react-marked-markdown",
  "version": "1.4.6",
  "description": "Some React Components to use Markdown easily",
  "repository": {
    "type": "git",
    "url": "https://github.com/vincent-p/react-marked-markdown.git"
  },
  "license": "MIT",
  "scripts": {
    "prepare": "babel src --plugins \"transform-runtime\" --ignore __tests__ --out-dir ./dist",
    "lint": "eslint ./src",
    "lintfix": "eslint ./src --fix",
    "testonly": "mocha --require scripts/mocha_runner src/**/__tests__/**/*.js",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js"
  },
  "devDependencies": {
    "babel-cli": "6.x.x",
    "babel-core": "6.x.x",
    "babel-eslint": "4.x.x",
    "babel-plugin-react-require": "2.x.x",
    "babel-plugin-transform-runtime": "6.x.x",
    "babel-polyfill": "6.x.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-react": "6.x.x",
    "babel-preset-stage-2": "6.x.x",
    "eslint": "^3.2.2",
    "eslint-config-airbnb": "^10.0.0",
    "eslint-plugin-import": "^1.12.0",
    "eslint-plugin-jsx-a11y": "^2.0.1",
    "eslint-plugin-react": "^6.0.0",
    "mocha": "3.0.1",
    "nodemon": "1.10.1",
    "react-addons-test-utils": "^15.2.1",
    "react": "^15.2.1",
    "react-dom": "^15.2.1"
  },
  "dependencies": {
    "babel-runtime": "6.x.x",
    "chai": "^3.5.0",
    "enzyme": "^2.4.1",
    "highlight.js": "^9.3.0",
    "marked": "^0.3.5",
    "prop-types": "^15.5.10"
  },
  "peerDependencies": {
    "react": "^15.2.1"
  }
}
