{
  "name": "apis-aliyun",
  "version": "1.1.4",
  "description": "aliyun api for koa2, made by windsome.feng, including alidayu, sts, vod",
  "main": "index.js",
  "lint-staged": {
    "src/**/*.{js,json}": [
      "prettier --single-quote --write",
      "git add"
    ],
    "samples/**/*.{js,json}": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "scripts": {
    "precommit": "lint-staged",
    "beauty": "prettier --single-quote --write 'src/**/*.{js,json}'",
    "build": "npm run build:lib",
    "build:lib": "babel src --out-dir lib",
    "start": "better-npm-run start",
    "test": "make test-all"
  },
  "betterScripts": {
    "start": {
      "command": "babel-node samples",
      "env": {
        "DEBUG": "app:*"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/windsome/apis-aliyun.git"
  },
  "keywords": [
    "Alidayu",
    "阿里大于",
    "阿里大鱼",
    "STS",
    "VOD"
  ],
  "author": "windsome.feng",
  "license": "MIT",
  "dependencies": {
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "uuid": "^3.1.0",
    "xml2js": "0.4.4"
  },
  "devDependencies": {
    "autobind-decorator": "^2.1.0",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-eslint": "^5.0.0-beta9",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "babel-register": "^6.3.13",
    "babel-runtime": "^6.23.0",
    "better-npm-run": "0.0.10",
    "coveralls": "^2.12.0",
    "expect.js": "^0.3.1",
    "koa": "2.0.0-alpha.3",
    "lint-staged": "^4.2.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "muk": "^0.5.3",
    "prettier": "^1.10.2",
    "rewire": "^2.5.2",
    "should": "~3.0.0",
    "supertest": "^3.0.0",
    "travis-cov": "^0.2.5"
  },
  "bugs": {
    "url": "https://github.com/windsome/apis-aliyun/issues"
  },
  "homepage": "https://github.com/windsome/apis-aliyun#readme",
  "directories": {
    "lib": "lib"
  }
}
