kmp-matcher
Version:
Knut Morris Pratt algorithm's js realisation
26 lines (25 loc) • 602 B
JSON
{
"name": "kmp-matcher",
"version": "0.1.2",
"description": "Knut Morris Pratt algorithm's js realisation",
"keywords": [
"kmp",
"string",
"matching"
],
"license": "MIT",
"author": "Artem Gilmudinov",
"main": "kmp-matcher.js",
"repository": {
"type": "git",
"url": "http://github.com/guliash/kmp-matcher.git"
},
"devDependencies": {
"tape": "~3.0.0",
"faucet": "0.0.1",
"jshint": "~2.5.6"
},
"scripts": {
"test": "jshint kmp-matcher.js test.js && node test.js | faucet"
}
}