{ "name": "unidecode", "description": "ASCII transliterations of Unicode text", "keywords": [ "unidecode", "unicode", "utf8" ], "version": "0.1.8", "homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html", "dependencies": {}, "repository": "git@github.com:FGRibreau/node-unidecode.git", "author": "Francois-Guillaume Ribreau (http://fgribreau.com)", "main": "./unidecode", "licenses": [ { "type": "BSD", "url": "http://github.com/FGRibreau/node-unidecode/blob/master/LICENSE" } ], "scripts": { "test": "mocha", "lint": "jshint *.js */*.js" }, "engines": { "node": ">= 0.4.12" }, "devDependencies": { "jshint": "^2.5.11", "mocha": "^2.0.1" } }