{
	"name": "language-tags",
	"version": "1.0.7",
	"implements": [
		"CommonJS/Modules/1.0"
	],
	"description": "Work with IANA language tags.",
	"main": "lib/index.js",
	"homepage": "https://github.com/mattcg/language-tags",
	"author": "Matthew Caruana Galizia <mattcg@gmail.com>",
	"repository": {
		"type": "git",
		"url": "git://github.com/mattcg/language-tags.git"
	},
	"bugs": {
		"url": "https://github.com/mattcg/language-tags/issues"
	},
	"license": "MIT",
	"scripts": {
		"test": "make test"
	},
	"keywords": [
		"iana",
		"bcp47",
		"subtags",
		"rfc5646",
		"m17n",
		"multilingualization"
	],
	"dependencies": {
		"language-subtag-registry": "^0.3.20"
	},
	"devDependencies": {
		"mocha": "~6.2.0",
		"istanbul": "~0.4.2",
		"coveralls": "~3.0.5"
	},
	"files": [
		"/lib"
	],
	"eslintConfig": {
		"parserOptions": {
			"ecmaVersion": 13,
			"sourceType": "module"
		},
		"env": {
			"node": true
		}
	}
}
