{
    "name": "genomediff",
    "version": "1.7.1",
    "description": "Parses strings from files in the GenomeDiff format generated by the breseq variant caller for haploid microbial organisms.",
    "keywords": [
        "genomediff",
        "gd",
        "biology",
        "laboratory",
        "genome",
        "sequencing",
        "parser",
        "biojs"
    ],
    "homepage": "",
    "license": "MIT",
    "author": {
        "name": "Roland Groza",
        "email": "rolandjitsu@gmail.com "
    },
    "main": "./dist/gd.js",
    "files": ["dist"],
    "repository": {
        "type": "git",
        "url": "https://github.com/biosustain/genomediff-node"
    },
    "scripts": {
        "build": "typings install && rm -rf dist && tsc",
        "test": "jasmine-node ./dist/ --color --verbose"
    },
    "devDependencies": {
        "jasmine-node": "1.14.x",
        "typings": "0.6.x",
        "typescript": "next"
    },
    "engines": {
        "node": "0.5.x"
    }
}
