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.

9 lines
509 B

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