forked from nodexo/remove-diacritics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "remove-diacritics",
"version": "0.1.1",
"description": "Remove diacritics/accents from a string.",
"main": "index.js",
"scripts": {
"build": "node ./build.js && standard index.js --fix",
"test": "standard index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodexo/remove-diacritics"
},
"keywords": [
"accents",
"diacritics",
"remove"
],
"author": "Michael Kortstiege",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodexo/remove-diacritics/issues"
},
"homepage": "https://github.com/nodexo/remove-diacritics#readme",
"devDependencies": {
"standard": "^8.5.0",
"tap": "^8.0.1"
}
}