{ "name": "remove-accents", "version": "0.4.2", "description": "Converting the accented characters to their corresponding non-accented ASCII characters.", "main": "index.js", "dependencies": { }, "devDependencies": { "tape": "^4.2.2" }, "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "https://github.com/tyxla/remove-accents" }, "keywords": [ "accent", "accents", "remove", "diacritic", "clean", "formatting", "umlaut", "grave", "circumflex", "tilde", "acute" ], "author": { "name": "Marin Atanasov", "email": "contact@marinatanasov.com", "url": "http://marinatanasov.com" }, "contributors": [ "tyxla", "andreialecu", "Soreine" ], "bugs": { "url": "https://github.com/tyxla/remove-accents/issues" }, "homepage": "https://github.com/tyxla/remove-accents", "license": "MIT", "typings": "./index.d.ts" }