{
  "name": "phoneme-types",
  "version": "1.2.3",
  "description": "Classifies phonemes.",
  "main": "phoneme-types.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/phoneme-types.git"
  },
  "keywords": [
    "phoneme",
    "consonant",
    "vowel",
    "language"
  ],
  "author": "Jim Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimkang/phoneme-types/issues"
  },
  "homepage": "https://github.com/jimkang/phoneme-types",
  "devDependencies": {
    "mocha": "^8.0.1",
    "tape": "^5.0.1"
  },
  "dependencies": {
    "lodash.without": "^4.4.0"
  }
}
