{
  "name": "@allenkim67/react-syntax-highlighter",
  "version": "5.7.4",
  "description": "sane syntax highlighting component for react",
  "main": "dist/index.js",
  "dependencies": {
    "babel-runtime": "^6.18.0",
    "highlight.js": "~9.12.0",
    "lowlight": "~1.9.1"
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "codecov": "^2.1.0",
    "css": "^2.2.1",
    "css-loader": "^0.23.1",
    "jest": "^15.1.1",
    "react": "^15.2.0",
    "react-dom": "^15.2.0",
    "react-syntax-highlighter-virtualized-renderer": "^1.0.3",
    "react-test-renderer": "^15.3.2",
    "style-loader": "^0.13.0",
    "to-camel-case": "^1.0.0",
    "webpack": "^1.12.12"
  },
  "peerDependencies": {
    "react": ">= 0.14.0"
  },
  "scripts": {
    "dev": "./node_modules/.bin/webpack --watch --progress",
    "build": "babel src --out-dir dist",
    "watch": "babel src --watch --out-dir dist",
    "build-styles": "node ./lib/build-stylesheets.js",
    "build-languages": "node ./lib/build-languages.js",
    "prepublish": "npm run build-styles && npm run build-languages && npm run build",
    "test": "jest",
    "test-ci": "jest && codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conorhastings/react-syntax-highlighter.git"
  },
  "keywords": [
    "react",
    "syntax",
    "lowlight",
    "highlighting",
    "ast"
  ],
  "author": "Conor Hastings",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/conorhastings/react-syntax-highlighter/issues"
  },
  "homepage": "https://github.com/conorhastings/react-syntax-highlighter#readme"
}
