page-version-control
Version:
Page Version Control with redis
36 lines • 728 B
JSON
{
"name": "page-version-control",
"version": "0.0.17",
"description": "Page Version Control with redis",
"repository": {
"type": "git",
"url": "https://github.com/4f2e/pvc"
},
"bugs": {
"url": "https://github.com/4f2e/pvc/issues"
},
"author": "xingyuzhe <yuzhe.xing@qq.com>",
"contributors": [
"xingyuzhe <yuzhe.xing@qq.com>"
],
"license": "MIT",
"keywords": [
"version",
"control",
"redis",
"page"
],
"main": "index.js",
"jsnext:main": "index.es.js",
"bin": {
"pvc": "./bin/pvc.js"
},
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"minimist": "^1.2.0",
"redis": "^2.6.2",
"shelljs": "^0.7.4",
"yargs": "^5.0.0"
}
}