{
  "name": "ali-cdn-sdk",
  "version": "1.2.0",
  "description": "阿里云 cdn sdk",
  "main": "lib/sdk.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ali-sdk/aliyun-cdn-sdk"
  },
  "homepage": "https://github.com/ali-sdk/aliyun-cdn-sdk",
  "author": "ikobe <ikobe621@gmail.com>",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "egg-bin test",
    "ci": "npm run lint && egg-bin cov",
    "lint": "eslint lib test"
  },
  "dependencies": {
    "crypto": "^0.0.3",
    "urllib": "^2.17.1"
  },
  "pre-commit": [
    "lint"
  ],
  "devDependencies": {
    "egg-bin": "^3.6.0",
    "eslint": "^4.0.0",
    "eslint-config-egg": "^4.2.1",
    "moment": "^2.18.1",
    "pre-commit": "^1.2.2"
  }
}
