{
  "name": "tablestore-stream",
  "main": "index.js",
  "description": "TableStore SDK for JavaScript(support stream api)",
  "version": "1.0.12",
  "devDependencies": {
    "mocha": "^3.2.0",
    "coveralls": "^2.13.1",
    "mocha-lcov-reporter": "^1.3.0",
    "istanbul": "^0.4.5"
  },
  "dependencies": {
    "buffer": "4.9.1",
    "protobufjs": "^4.1.2",
    "int64-buffer": "0.1.9"
  },
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "scripts": {
    "test": "mocha test",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/feiin/aliyun-tablestore-nodejs-sdk.git"
  },
  "keywords": [
    "tablestore",
    "ots"
  ],
  "browser": {
    "./lib/util.js": "./lib/util-browser.js"
  },
  "author": "boxiao.wpl",
  "license": "Apache-2.0"
}
