{
  "name": "color-logger",
  "version": "0.0.6",
  "description": "Colorful Logger",
  "author": "h13i32maru",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/h13i32maru/color-logger"
  },
  "scripts": {
    "build": "bash ./script/build.sh",
    "test": "bash ./script/test.sh",
    "test-es5": "bash ./script/test-es5.sh",
    "esdoc": "bash ./script/esdoc.sh"
  },
  "dependencies": {
  },
  "devDependencies": {
    "esdoc-importpath-plugin": "0.0.1",
    "esdoc": "0.4.6",
    "mocha": "2.4.5",
    "istanbul": "0.4.3",
    "coveralls": "2.11.9",
    "babel-register": "6.7.2",
    "babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
    "babel-plugin-transform-es2015-destructuring": "6.6.5",
    "babel-plugin-transform-es2015-parameters": "6.7.0",
    "babel-plugin-transform-es2015-spread": "6.6.5",
    "babel-cli": "6.6.5"
  },
  "keywords": [
    "logger",
    "log"
  ],
  "files": [
    "out/src",
    "README.md"
  ],
  "main": "out/src/ColorLogger.js"
}
