{
  "name": "blear.node.console",
  "version": "1.1.3",
  "description": "Node 控制台",
  "scripts": {
    "live": "browser-sync start --config bs-config.js",
    "test-travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
    "prepublish": "npm test"
  },
  "preferGlobal": false,
  "bin": {},
  "engines": {
    "node": ">=1.0.0",
    "iojs": ">=1.0.0"
  },
  "main": "src/index.js",
  "keywords": [
    "blear",
    "node",
    "console",
    "cloudcome",
    "ydr.me"
  ],
  "author": {
    "name": "cloudcome",
    "email": "cloudcome@163.com",
    "url": "http://ydr.me"
  },
  "contributors": [],
  "homepage": "https://github.com/blearjs/blear.node.console",
  "repository": {
    "type": "git",
    "url": "https://github.com/blearjs/blear.node.console"
  },
  "bugs": {
    "url": "https://github.com/blearjs/blear.node.console/issues"
  },
  "dependencies": {
    "blear.utils.access": "^1.0.5",
    "blear.utils.array": "^1.0.12",
    "blear.utils.collection": "^1.0.4",
    "blear.utils.date": "^1.0.11",
    "blear.utils.object": "^1.0.14",
    "blear.utils.typeis": "^1.0.3",
    "strip-ansi": "^4.0.0",
    "wcwidth": "^1.0.1"
  },
  "peerDependencies": {},
  "devDependencies": {
    "blear.utils.number": "^1.0.3",
    "blear.utils.plan": "^2.2.1",
    "blear.utils.string": "^1.0.9",
    "blear.utils.time": "^1.0.6",
    "chai-jasmine": "^1.0.7",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  },
  "license": "MIT"
}
