{
  "name": "terminal-in-react-pseudo-file-system-plugin",
  "version": "3.0.0",
  "description": "Plugin to add a pseudo file system to terminal-in-react",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint /src",
    "compile": "babel src/ --out-dir lib",
    "prepublish": "npm run lint && npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcgertig/terminal-in-react-pseudo-file-system-plugin.git"
  },
  "keywords": [
    "terminal-in-react",
    "plugin",
    "filesystem",
    "file",
    "ls",
    "cd",
    "mkdir",
    "touch",
    "rm"
  ],
  "author": "jcgertig <jcgertig@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcgertig/terminal-in-react-pseudo-file-system-plugin/issues"
  },
  "homepage": "https://github.com/jcgertig/terminal-in-react-pseudo-file-system-plugin#readme",
  "peerDependencies": {
    "react": "^15.6.1"
  },
  "dependencies": {
    "core-decorators": "^0.19.0",
    "dexie": "^1.5.1",
    "lang-map": "^0.4.0",
    "lodash.set": "^4.3.2",
    "memoizerific": "^1.11.2",
    "react-syntax-highlighter": "^5.6.2",
    "terminal-in-react": "^3.4.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.1.1",
    "eslint-config-airbnb": "^15.0.2",
    "eslint-import-resolver-webpack": "^0.8.3",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.1.0"
  }
}
