iso639-js
Version:
ISO639 language codes processed and ready to use in javaScript applications
36 lines (35 loc) • 664 B
JSON
{
"name": "iso639-js",
"version": "1.1.2",
"homepage": "https://github.com/maikudou/iso639-js",
"authors": [
"Mikhail Labanov <maikudou@gmail.com>"
],
"description": "ISO639 language codes for use in javaScript applications",
"main": "iso639.js",
"moduleType": [
"globals"
],
"keywords": [
"iso639",
"languages",
"linguistics"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"reference",
"tools",
"locales",
"*.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/maikudou/iso639-js.git"
}
}