mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
first commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user