{
    "name": "muscle_node",
    "description": "node.js wrapper for MUSCLE alignment",
    "version": "0.0.2",
    "homepage": "https://github.com/dohalloran/muscle_node",
    "author": {
        "name": "dohalloran",
        "email": "damienoh@gwu.edu"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/dohalloran/muscle_node.git"
    },
    "bugs": {
        "url": "https://github.com/dohalloran/muscle_node/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/dohalloran/muscle_node/LICENSE"
    }
  ],
    "main": "muscle_driver.js",
    "scripts": {
        "getmuscle": "getMuscle.js"
    },
    "dependencies": {},
    "keywords": ["DNA", "Protein", "MSA", "alignment"],
    "license": "MIT"
}