doublearray
Version:
JavaScript implementation of Double-Array trie
22 lines (21 loc) • 413 B
JSON
{
"name": "doublearray",
"main": "doublearray.js",
"version": "0.0.1",
"homepage": "https://github.com/takuyaa/doublearray",
"authors": [
"Takuya Asano <takuya.a@gmail.com>"
],
"description": "JavaScript implementation of Double-Array trie",
"keywords": [
"trie"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}