{
  "name": "muti-thread",
  "version": "2.0.6",
  "homepage": "https://github.com/classfellow/muti-thread",
  "description": "A framework let node support multi threads",
  "license": "Apache-2.0",
  "main": "index",
  "scripts": {
    "test": "mocha test/main.js",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:classfellow/muti-thread.git"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "cpu" : ["!arm", "!mips"],
  "dependencies": {
    "bluebird": "^3.5.0",
    "co": "^4.6.0",
    "fast-diff": "1.1.1",
    "randomstring": "^1.1.5"
  },
  "devDependencies": {
    "mocha": "^3.5.0",
    "webpack": "^3.5.5"
  },
  "keywords": [
    "thread",
    "cpu-intensive"
  ],
  "author": {
    "name": "YouJia",
    "email": "classfellow@qq.com"
  },
  "contributors": [
    {
      "name": "YouJia",
      "email": "classfellow@qq.com"
    }
  ],
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/classfellow/muti-thread/issues"
  }
}
