{
  "name": "react-stdout",
  "version": "0.1.4",
  "description": "",
  "typings": "index.ts",
  "main": "index.js",
  "scripts": {
    "test": "tsc && tslint --project=tsconfig.json && jest --coverage && node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arvitaly/react-stdout.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/arvitaly/react-stdout/issues"
  },
  "homepage": "https://github.com/arvitaly/react-stdout#readme",
  "dependencies": {
    "@types/blessed": "^0.1.4",
    "@types/commander": "^2.3.31",
    "@types/jsdom": "^2.0.29",
    "@types/node": "^6.0.51",
    "@types/react": "^0.14.50",
    "blessed": "^0.1.81",
    "commander": "^2.9.0",
    "jsdom": "^9.8.3",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "resolve-module-path": "0.0.6",
    "vm2-alehandro": "^3.1.0-alphad"
  },
  "devDependencies": {
    "@types/jest": "^16.0.0",
    "coveralls": "^2.11.15",
    "jest": "^17.0.3",
    "tslint": "^4.0.2",
    "typescript": "^2.0.10"
  },
  "bin": {
    "rstd": "./bin.js"
  },
  "jest": {
    "automock": true,
    "unmockedModulePathPatterns": [
      "react",
      "jsdom"
    ]
  }
}
