{
  "name": "bcp47",
  "version": "1.1.2",
  "description": "Parser for the BCP 47 language tag specification",
  "keywords": [
    "bcp47",
    "parser",
    "internationalization",
    "i18n",
    "language",
    "locale"
  ],
  "author": "Gabriel Llamas <gagle@outlook.com>",
  "repository": "git://github.com/gagle/node-bcp47.git",
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "code": "^1.3.0",
    "lab": "^5.2.1"
  },
  "scripts": {
    "test": "lab -t 100",
    "test-lcov": "lab -t 100 -r lcov"
  },
  "license": "MIT",
  "main": "lib"
}
