You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
545 B
JSON
29 lines
545 B
JSON
{
|
|
"name": "diacritics",
|
|
"version": "1.3.0",
|
|
"description": "remove diacritics from strings",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andrewrk/node-diacritics.git"
|
|
},
|
|
"keywords": [
|
|
"diacritics",
|
|
"remove",
|
|
"removal",
|
|
"search",
|
|
"string"
|
|
],
|
|
"author": "Andrew Kelley",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/andrewrk/node-diacritics/issues"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|