aliyun-tablestore-nodejs-sdk
Version:
TableStore SDK for JavaScript
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "aliyun-tablestore-nodejs-sdk",
"main": "index.js",
"description": "TableStore SDK for JavaScript",
"version": "5.5.6",
"devDependencies": {
"mocha": "^3.2.0",
"coveralls": "^2.13.1",
"mocha-lcov-reporter": "^1.3.0",
"istanbul": "^0.4.5"
},
"dependencies": {
"buffer": "4.9.1",
"flatbuffers": "^1.5.0",
"int64-buffer": "0.1.9",
"protobufjs": "^6.11.3"
},
"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/aliyun/aliyun-tablestore-nodejs-sdk.git"
},
"keywords": [
"tablestore",
"ots"
],
"browser": {
"./lib/util.js": "./lib/util-browser.js"
},
"author": "boxiao.wpl",
"license": "Apache-2.0",
"types": "aliyun-tablestore-nodejs-sdk.d.ts"
}