Files
unhomoglyph/package.json
Vitaly Puzrin 0897ce4316 first commit
2016-12-09 12:28:08 +03:00

25 lines
481 B
JSON

{
"name": "unhomoglyph",
"version": "1.0.0",
"description": "Replace all homoglyphs with base characters.",
"keywords": [
"homoglyph",
"homoglyphs"
],
"repository": "nodeca/promise-memoize",
"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"
}
}