lcp
Version:
Compute the Longest Common Prefix from some strings
28 lines (27 loc) • 529 B
JSON
{
"name": "lcp",
"version": "1.1.0",
"description": "Compute the Longest Common Prefix from some strings",
"main": "index.js",
"repository": "git://github.com/addisonj/node-lcp.git",
"directories": {
"test": "test",
"lib": "lib"
},
"scripts": {
"test": "mocha test/*Test.js"
},
"keywords": [
"LCP",
"trie"
],
"author": {
"name": "Addison Higham",
"email": "",
"url": "https://github.com/addisonj"
},
"license": "MIT",
"devDependencies": {
"mocha": "^3.0.2"
}
}