package.json 1.89 KB
{
  "name": "yoho-node-ci",
  "version": "0.0.2",
  "description": "yoho node.js ci",
  "main": "app.js",
  "scripts": {
    "test": "./node_modules/.bin/ava",
    "dev": "nodemon -e js --ignore public/ --ignore packages/ --harmony app.js",
    "start": "node --harmony app.js"
  },
  "repository": {
    "type": "git",
    "url": "http://git.dev.yoho.cn/opentech/yoho-node-ci.git"
  },
  "keywords": [
    "node",
    "ci"
  ],
  "ava": {
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "author": "jiangfeng <jeff.jiang@yoho.cn>",
  "license": "ISC",
  "dependencies": {
    "bluebird": "^3.5.0",
    "co": "^4.6.0",
    "co-body": "^4.2.0",
    "decompress": "^4.2.0",
    "decompress-unzip": "^4.0.1",
    "formidable": "^1.0.17",
    "fs-promise": "^0.5.0",
    "fstream": "^1.0.9",
    "glob": "^7.0.5",
    "handlebars": "^4.0.5",
    "influx": "^4.2.1",
    "install": "^0.8.1",
    "jsonpath": "^0.2.12",
    "koa": "^2.0.0",
    "koa-body": "^1.4.0",
    "koa-convert": "^1.2.0",
    "koa-json": "^2.0.2",
    "koa-mount": "^2.0.0",
    "koa-router": "^7.0.1",
    "koa-session": "^3.3.1",
    "koa-static": "^3.0.0",
    "lodash": "^4.13.1",
    "md5": "^2.2.1",
    "md5-file": "^3.1.1",
    "memcached": "^2.2.2",
    "moment": "^2.20.1",
    "nedb": "^1.8.0",
    "nedb-promise": "^2.0.0",
    "node-schedule": "^1.2.1",
    "node-xlsx": "^0.7.4",
    "node-zookeeper-client": "^0.2.2",
    "nodemailer": "^3.1.8",
    "npm": "^3.10.9",
    "path": "^0.12.7",
    "promise-mysql": "^3.0.1",
    "qcloudapi-sdk": "^0.1.5",
    "qiniu": "^7.1.1",
    "qn": "^1.3.0",
    "qs": "^6.2.0",
    "rd": "^1.1.2",
    "redis": "^2.7.1",
    "request-promise": "^4.1.1",
    "shelljs": "^0.7.0",
    "socket.io": "^1.4.6",
    "source-map": "^0.6.1",
    "ssh2": "^0.5.4",
    "superagent": "^3.6.0",
    "tar": "^2.2.1",
    "utility": "^1.8.0"
  },
  "devDependencies": {
    "nodemon": "^1.11.0"
  }
}