cln
Version:
Clean source code for comparison
36 lines (35 loc) • 658 B
JSON
{
"name": "cln",
"version": "1.1.0",
"description": "Clean source code for comparison",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dy/cln.git"
},
"keywords": [
"clean-source",
"clean",
"glsl",
"indentation",
"dedent",
"whitespace",
"normalize",
"reindent",
"trim",
"strip",
"string"
],
"author": "Deema Yvanow <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/cln/issues"
},
"homepage": "https://github.com/dy/cln#readme"
}