{
  "name": "redux-cli-logger",
  "version": "2.1.0",
  "description": "Redux logger for a node environment",
  "main": "build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --out-dir build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fasterthanlime/redux-cli-logger.git"
  },
  "keywords": [
    "redux",
    "middleware",
    "logger",
    "logging",
    "node",
    "react"
  ],
  "contributors": [
    {
      "name": "Mike Bagwell",
      "url": "https://github.com/low-ghost"
    },
    {
      "name": "Amos Wenger",
      "url": "https://github.com/fasterthanlime"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "colors": "^1.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0"
  },
  "bugs": {
    "url": "https://github.com/fasterthanlime/redux-cli-logger/issues"
  },
  "homepage": "https://github.com/fasterthanlime/redux-cli-logger#readme",
  "maintainers": [
    {
      "name": "Amos Wenger",
      "url": "https://github.com/fasterthanlime"
    }
  ],
  "directories": {}
}
