{
  "name": "wordnetify",
  "version": "1.0.3",
  "description": "Command line interface to turn text documents into WordNet synset trees",
  "main": "main.js",
  "config": {
    "unsafe-perm": true
  },
  "scripts": {
    "test": "mocha test/test.coffee --compilers coffee:coffee-script/register",
    "prepublish": "sh ./prepublish.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Planeshifter/node-wordnetify.git"
  },
  "keywords": [
    "text-analytics",
    "WordNet",
    "semantic-web",
    "NLP"
  ],
  "author": "Philipp Burckhardt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Planeshifter/node-wordnetify/issues"
  },
  "preferGlobal": "true",
  "bin": {
    "wordnetify": "./bin/wordnetify"
  },
  "dependencies": {
    "bin-search-tree": "^0.6.2",
    "bluebird": "~2.3.5",
    "colors": "^1.0.3",
    "commander": "~2.3.0",
    "csv": "~0.4.0",
    "exectimer": "^0.2.2",
    "fisher-transform": "^0.1.3",
    "fs-extra": "^0.16.3",
    "graceful-fs": "^3.0.5",
    "hashtable": "^0.5.2",
    "jStat": "^1.1.2",
    "mime": "^1.2.11",
    "mocha": "~1.21.5",
    "multtest": "^0.1.4",
    "nlp_compromise": "^0.3.1",
    "parallex": "^0.2.0",
    "pdfkit": "^0.7.0",
    "plus_arrays": "~0.1.2",
    "pos": "~0.1.7-2",
    "progress": "^1.1.8",
    "prompt": "^0.2.14",
    "queue": "^3.0.10",
    "queue-async": "^1.0.7",
    "readline-sync": "^0.5.2",
    "request": "^2.51.0",
    "request-promise": "^0.3.2",
    "sbd": "0.0.5",
    "sum": "^0.1.1",
    "text-miner": "~0.1.14",
    "underscore": "~1.7.0",
    "v8-argv": "^0.2.0",
    "winston": "~0.8.1"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "chai-as-promised": "^4.1.1",
    "coffee-script": "^1.8.0",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-contrib-watch": "^0.6.1",
    "heapdump": "^0.3.4"
  }
}
