UNPKG

node-edlib

Version:

Wrapper for edlib sequence alignment library

41 lines (40 loc) 788 B
{ "name": "node-edlib", "version": "1.1.2", "description": "Wrapper for edlib sequence alignment library", "main": "index.js", "os": [ "linux" ], "engines": { "node": ">=0.12" }, "scripts": { "test": "node test/test.js", "prepublish": "make edlib EDLIB_REF=v1.1.2" }, "repository": { "type": "git", "url": "https://github.com/Martinsos/node-edlib.git" }, "keywords": [ "edlib", "fast", "text", "search", "sequence", "alignment", "edit distance", "levenshtein" ], "author": "Martin Sosic <sosic.martin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Martinsos/node-edlib/issues" }, "gypfile": true, "dependencies": { "bindings": "^1.2.1", "nan": "^2.2.0" } }