{
  "name": "106",
  "description": "Log library with sequences and colors, for node.js and browsers",
  "license": "MIT",
  "version": "2.1.1",
  "author": "Gustaf Räntilä <g.rantila@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/106.git"
  },
  "scripts": {
    "build": "scripts/build.sh",
    "test": "node_modules/.bin/mocha",
    "buildtest": "npm run build && npm run test"
  },
  "pre-commit": [
    "build",
    "test"
  ],
  "keywords": [
    "log",
    "node",
    "browser",
    "colors",
    "sequences"
  ],
  "dependencies": {
    "ansi-styles": "^2.2.0",
    "winston": "^2.1.1"
  },
  "devDependencies": {
    "@types/ansi-styles": "^2.0.30",
    "@types/node": "^7.0.31",
    "mocha": "^2.4.5",
    "pre-commit": "1.x",
    "rimraf": "^2.6.2",
    "rollup": "^0.50.0",
    "rollup-plugin-commonjs": "^8.2.1",
    "timekeeper": "0.0.5",
    "typescript": "2.4.x"
  },
  "main": "./dist/node.js",
  "browser": "./dist/browser.js",
  "types": "./dist/browser.d.ts"
}
