Files
unhomoglyph/package.json
Vitaly Puzrin 0bc3804849 1.0.2 released
2017-03-05 05:21:05 +03:00

25 lines
477 B
JSON

{
"name": "unhomoglyph",
"version": "1.0.2",
"description": "Replace all homoglyphs with base characters.",
"keywords": [
"homoglyph",
"homoglyphs"
],
"repository": "nodeca/unhomoglyph",
"license": "MIT",
"files": [
"index.js",
"data.json"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint && mocha",
"update": "node update.js && npm test"
},
"devDependencies": {
"eslint": "^3.11.1",
"mocha": "^3.2.0"
}
}