Files
boc/landvex/node_modules/redis-info/package.json
T

27 lines
552 B
JSON
Raw Normal View History

{
"name": "redis-info",
"version": "3.1.0",
"description": "Info output parser for Redis",
"repository": {
"type": "git",
"url": "https://github.com/FGRibreau/node-redis-info.git"
},
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"author": {
"name": "Francois-Guillaume Ribreau",
"url": "https://fgribreau.com/"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^6.0.2",
"node-module_exist": "0.0.x"
},
"dependencies": {
"lodash": "^4.17.11"
}
}