-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 854 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "grapheme-js",
"version": "0.0.3",
"description": "Grapheme clustering for JavaScript with Unicode Standard Annex #29 compliance and some custom emoji enhancements.",
"main": "graphemejs.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:yo1dog/grapheme-js.git"
},
"keywords": [
"grapheme",
"graphemes",
"cluster",
"clusters",
"clustering",
"unicode",
"multibyte",
"multi-byte",
"multi",
"byte",
"emoji",
"emojis",
"character",
"characters",
"string",
"strings",
"parsing",
"length",
"count",
"counts"
],
"author": "Mike",
"license": "ISC",
"homepage": "https://github.com/yo1dog/grapheme-js#readme"
}