tair
Version:
Taobao Tair Client for Node.js
44 lines (43 loc) • 961 B
JSON
{
"name": "tair",
"description": "Taobao Tair Client for Node.js",
"version": "0.7.0",
"keywords": [ "taobao", "tair", "key value", "client", "redis", "mdb", "rdb", "memcached" ],
"author": "sunfang1cn <kate.sf@taobao.com>",
"scripts": {
"test": "make test-all",
"blanket": {
"pattern": "node-tair/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 90
}
},
"dependencies": {
},
"devDependencies": {
"benchmark": "*",
"ab": "*",
"mm": "*",
"pedding": "*",
"should": ">=0.4.2",
"mocha": ">=1.0.0",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/sunfang1cn/node-tair",
"repository": {
"type": "git",
"url": "https://github.com/sunfang1cn/node-tair.git"
},
"license": "MIT"
}