{
  "name": "en-pos",
  "version": "1.0.16",
  "description": "A better English POS tagger written in JavaScript",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "mocha",
    "build": "tsc",
    "wsj": "ts-node test/wsj/wsj.ts",
    "prepublish": "mocha && ts-node test/wsj/wsj.ts && tsc"
  },
  "author": "Alex Corvi <alex@arrayy.com>",
  "license": "MIT",
  "dependencies": {
    "cities-list": "^1.0.3",
    "en-inflectors": "^1.0.7",
    "en-lexicon": "^1.0.8",
    "humannames": "^1.0.5"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finnlp/en-pos.git"
  },
  "keywords": [
    "pos",
    "tagger",
    "tagging",
    "part",
    "of",
    "speech",
    "brill",
    "tagger",
    "tag"
  ],
  "bugs": {
    "url": "https://github.com/finnlp/en-pos/issues"
  },
  "homepage": "https://github.com/finnlp/en-pos#readme",
  "devDependencies": {
    "@types/mocha": "^2.2.39",
    "@types/node": "^7.0.7",
    "ts-node": "^2.1.0",
    "typescript": "^2.2.1"
  }
}
