{
  "name": "oss-easy",
  "description": "An aliyun oss service client for NodeJS, provides batch processing, exposes api more like nodejs.fs. 阿里云 OSS 服务的SDK，提供简单好用的API接口，支持批量操作处理",
  "version": "0.3.6",
  "homepage": "https://github.com/yi/node-oss-easy",
  "author": {
    "name": "yi",
    "email": "yi2004@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/yi/node-oss-easy.git"
  },
  "bugs": {
    "url": "https://github.com/yi/node-oss-easy/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yi/node-oss-easy/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/oss-easy",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha tests",
    "watch": "coffee -o ./lib/ -cw ./src/"
  },
  "dependencies": {
    "async": "0.9.0",
    "debug": "1.0.4",
    "node-wget": "^0.4.2",
    "oss-client": "0.4.0",
    "underscore": "1.3.3"
  },
  "devDependencies": {
    "chai": ">=1.2.0",
    "commander": "^2.9.0",
    "mocha": ">=1.3.2",
    "should": ">=1.1.0"
  },
  "keywords": [
    "oss",
    "aliyun",
    "阿里云"
  ]
}
