You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
509 B

{ "name": "streamsearch",
"version": "0.1.2",
"author": "Brian White <mscdex@mscdex.net>",
"description": "Streaming Boyer-Moore-Horspool searching for node.js",
"main": "./lib/sbmh",
"engines": { "node" : ">=0.8.0" },
"keywords": [ "stream", "horspool", "boyer-moore-horspool", "boyer-moore", "search" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/streamsearch/raw/master/LICENSE" } ],
"repository": { "type": "git", "url": "http://github.com/mscdex/streamsearch.git" }
}