{
  "name": "subtag",
  "version": "0.5.0",
  "description": "Language tag parser",
  "author": "Ryan Van Etten",
  "license": "ISC",
  "main": "subtag.js",
  "scripts": {
    "start": "npm install",
    "poststart": "npm test",
    "lint": "eslint . --ext .js",
    "prepublishOnly": "npm test",
    "preversion": "npm test",
    "pretest": "npm run lint",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanve/subtag.git"
  },
  "keywords": [
    "i18n",
    "lang",
    "parser",
    "region",
    "subtag",
    "subtags",
    "language",
    "languages",
    "javascript",
    "translation",
    "localization",
    "localisation",
    "internationalization",
    "internationalisation"
  ],
  "bugs": {
    "url": "https://github.com/ryanve/subtag/issues"
  },
  "homepage": "https://github.com/ryanve/subtag",
  "devDependencies": {
    "eslint": "^4.3.0"
  }
}
