forked from radiovisual/unicode-range-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 715 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 715 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
30
31
32
33
34
35
36
37
{
"name": "unicode-range-json",
"version": "1.0.1",
"description": "A JSON list of all the Unicode Range Names and their hex/decimal range numbers.",
"license": "MIT",
"repository": "radiovisual/unicode-range-json",
"author": {
"name": "Michael Wuergler",
"email": "wuergler@gmail.com",
"url": "numetriclabs.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"unicode-ranges.json"
],
"keywords": [
"unicode",
"range",
"list",
"json",
"ranges",
"names",
"hexadecimal",
"decimal"
],
"dependencies": {},
"devDependencies": {
"ava": "^0.12.0",
"xo": "^0.12.1"
}
}