{
  "name": "aliyun-dns-updater",
  "version": "1.0.4",
  "description": "",
  "main": "dns.js",
  "homepage": "http://github.com/coolme200/aliyun-dns-updater",
  "repository": {
    "type": "git",
    "url": "git@github.com:coolme200/aliyun-dns-updater.git"
  },
  "keywords": [
    "dns",
    "aliyun"
  ],
  "dependencies": {
    "debug": "^2.6.3",
    "urllib": "^2.22.0",
    "co": "^4.6.0",
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "webstorm-disable-index": "^1.2.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "ci": {
    "versions": [
      "6",
      "7"
    ]
  },
  "scripts": {
    "test": "npm run lint && npm run test-local",
    "ci": "npm run lint && npm run init && npm run cov"
  },
  "author": "汤尧"
}
