You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

43 lines
1.1 KiB

{
"name": "redis",
"version": "1.0.0",
"description": "Redis client library",
"keywords": [
"database",
"redis"
],
"author": "Matt Ranney <mjr@ranney.com>",
"license": "MIT",
"main": "./index.js",
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=html",
"benchmark": "node benchmarks/multi_bench.js",
"test": "nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js ./test/parser/*.js --timeout=8000",
"pretest": "optional-dev-dependency hiredis",
"posttest": "jshint ."
},
"devDependencies": {
"coveralls": "^2.11.2",
"jshint": "^2.8.0",
"metrics": ">=0.1.5",
"mocha": "^2.3.2",
"nyc": "^3.2.2",
"optional-dev-dependency": "^1.1.0",
"tcp-port-used": "^0.1.2",
"uuid": "^2.0.1",
"win-spawn": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/NodeRedis/node_redis.git"
},
"bugs": {
"url": "https://github.com/NodeRedis/node_redis/issues"
},
"homepage": "https://github.com/NodeRedis/node_redis",
"directories": {
"example": "examples",
"test": "test"
}
}