indent.js
Version:
Fast minimalistic pure indentation of JavaScript, CSS, and HTML.
19 lines (18 loc) • 386 B
JSON
{
"name": "indent.js",
"description": "Fast, non-restrictive code formatting alternative to js-beautifier.",
"homepage": "https://github.com/zebzhao/indent.js",
"main": "lib/indent.js",
"dependencies": {},
"ignore": [
"coverage",
"node_modules",
"gulpfile.js",
"karma.conf.js",
"tests",
"tools",
"docs",
".gitignore",
".travis.yml"
]
}