forked from dodo/node-unicodetable
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 898 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
{
"name": "unicode",
"description": "unicode lookup table",
"version": "10.0.0",
"author": "dodo (https://github.com/dodo)",
"contributors": [
"Mathias Bynens <[email protected]> (http://mathiasbynens.be/)",
"Thomas Danecker <[email protected]>"
],
"homepage": "https://github.com/eversport/node-unicodetable",
"repository": {
"type": "git",
"url": "git://github.com/eversport/node-unicodetable.git"
},
"engines": {
"node": ">= 0.8.x"
},
"scripts": {
"download": "curl \"https://unicode.org/Public/10.0.0/ucd/UnicodeData.txt\" > UnicodeData.txt",
"generate": "node generate.js",
"test": "node test.js",
"np": "np"
},
"devDependencies": {
"bufferstream": ">= 0.6.2",
"np": "2.13.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dodo/node-unicodetable/raw/master/LICENSE"
}
]
}