29 lines
762 B
JSON
Executable file
29 lines
762 B
JSON
Executable file
{
|
|
"name": "unicode-trie",
|
|
"version": "0.3.1",
|
|
"description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
|
|
"devDependencies": {
|
|
"mocha": "^1.20.1",
|
|
"coffee-script": "^1.7.1",
|
|
"coffee-coverage": "^0.4.2"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "make build",
|
|
"postpublish": "make clean",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/devongovett/unicode-trie.git"
|
|
},
|
|
"author": "Devon Govett <devongovett@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/devongovett/unicode-trie/issues"
|
|
},
|
|
"homepage": "https://github.com/devongovett/unicode-trie",
|
|
"dependencies": {
|
|
"pako": "^0.2.5",
|
|
"tiny-inflate": "^1.0.0"
|
|
}
|
|
}
|