code-style-cli
Version:
code style checking when commit for git
38 lines (37 loc) • 681 B
JSON
{
"name": "code-style-cli",
"version": "0.0.12-1",
"description": "code style checking when commit for git",
"repository": {
"type": "git",
"url": "https://github.com/lilini/code-style-cli"
},
"main": "index.js",
"bin": {
"cs": "./bin/cli.js"
},
"keywords": [
"code style",
"git-hooks",
"fecs"
],
"author": "lijing77 <lijing19920324@163.com>",
"license": "MIT",
"engines": {
"node": ">=0.12"
},
"files": [
"bin",
"lib",
"conf",
"hooks",
"index.js"
],
"dependencies": {
"chalk": "^2.4.2",
"fecs": "1.6.0",
"fs-extra": "^1.0.0",
"minimatch": "^3.0.4",
"optionator": "^0.8.2"
}
}