react-saasify-chrisvxd
Version:
React components for Saasify web clients.
43 lines (42 loc) • 932 B
JSON
{
"name": "normalize-html-whitespace",
"description": "Safely remove repeating whitespace from HTML text.",
"version": "1.0.0",
"license": "MIT",
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
"repository": "github:stevenvachon/normalize-html-whitespace",
"browser": "index-es5.js",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"chai": "^4.2.0",
"mocha": "^6.0.1"
},
"engines": {
"node": ">= 8"
},
"scripts": {
"pretest": "babel index.js --out-file=index-es5.js --presets=@babel/env",
"test": "mocha test --check-leaks --bail"
},
"files": [
"index.js",
"index-es5.js"
],
"keywords": [
"collapse",
"compact",
"condense",
"html",
"minify",
"normalize",
"remove",
"space",
"str",
"string",
"strip",
"trim",
"whitespace"
]
}