{
  "name": "ntseq",
  "version": "1.1.0",
  "description": "Nucleotide sequence manipulation and analysis library",
  "author": "Keith Horwood",
  "license": "MIT",
  "main": "lib/nt.js",
  "scripts": {
    "test": "node ./tests/test.js",
    "benchmark": "node ./tests/benchmark.js"
  },
  "files": [
    "lib/",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "nucleotide",
    "nucleic",
    "acid",
    "dna",
    "rna",
    "sequence",
    "bioinformatics",
    "biotechnology",
    "computational",
    "biology",
    "analysis",
    "genomics",
    "gene",
    "biojs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/keithwhor/NtSeq"
  }
}
