{
  "name": "meta-map",
  "version": "0.8.21",
  "description": "Package providing access to the MetaMap Web API for UMLS",
  "main": "lib/metaMap.js",
  "scripts": {
    "test": "mocha test/test.coffee --compilers coffee:coffee-script/register",
    "prepublish": "grunt",
    "postinstall": "node lib/postinstall.js"
  },
  "bin": {
    "MetaMap": "./bin/MetaMap"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Planeshifter/node-MetaMap.git"
  },
  "keywords": [
    "dictionaries",
    "UMLS",
    "health-analytics",
    "text-analysis"
  ],
  "author": "Philipp Burckhardt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Planeshifter/node-MetaMap/issues"
  },
  "homepage": "https://github.com/Planeshifter/node-MetaMap",
  "devDependencies": {
    "chai": "^1.10.0",
    "chai-as-promised": "^4.1.1",
    "coffee-script": "^1.8.0",
    "grunt": "^0.4.5",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-contrib-watch": "^0.6.1"
  },
  "dependencies": {
    "bluebird": "^2.3.11",
    "coffee-script": ">= 1.6.0",
    "commander": "^2.5.0",
    "mime": "^1.2.11",
    "mocha": "^2.0.1",
    "prompt": "^0.2.14",
    "underscore": "^1.7.0",
    "xml2js": "^0.4.4"
  }
}
