genoset-211
Version:
Problem metabolizing ethanol with ADH (Alcohol dehydrogenase)
47 lines (46 loc) • 964 B
JSON
{
"name": "genoset-211",
"version": "1.0.1",
"description": "Problem metabolizing ethanol with ADH (Alcohol dehydrogenase)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "tap ./tests/*.js | tap-spec",
"lint": "./node_modules/.bin/standard *.js"
},
"repository": {
"type": "git",
"url": "git://github.com/calweb/genoset-211.git"
},
"keywords": [
"dna",
"genoset",
"gs211",
"genes",
"NSAID",
"metabolism",
"drug",
"genetics",
"adh",
"alcohol+metabolism"
],
"author": "Calvin Webster <calweb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/calweb/genoset-211/issues"
},
"homepage": "https://github.com/calweb/genoset-211#readme",
"devDependencies": {
"standard": "^7.0.1",
"tap": "^5.7.1",
"tap-spec": "^4.1.1"
},
"dependencies": {
"gql": "^1.1.2"
},
"engines": {
"node": "~6.9.1"
}
}