cdo
Version:
CDO is a JavaScript code style, where readablity and debugability triumphs.
36 lines (35 loc) • 727 B
JSON
{
"name": "cdo",
"version": "0.0.0",
"description": "CDO is a JavaScript code style, where readablity and debugability triumphs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/cdo.git"
},
"keywords": [
"CDO",
"OCD",
"style",
"code-style",
"lint",
"linter",
"quality",
"code",
"checker",
"checks",
"check",
"standards",
"coding",
"readability"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/cdo/issues"
},
"homepage": "https://github.com/3rd-Eden/cdo#readme"
}