{
  "name": "node-ac",
  "version": "1.0.14",
  "description": "A nodejs implementation of the aho corasick pattern search algorithm",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node-gyp rebuild"
  },
  "keywords": [
    "aho",
    "corasick",
    "c++"
  ],
  "engines" : { "node" : ">=5.2" },
  "os" : [ "!win32" ],
  "author": "anren",
  "license": "ISC",
  "gypfile": true
}
