languages
Version:
A basic and lightweight replacement for Globalize. Store ISO 639-1 language database in a JSON object, accesible as node module or by browser javascript interpret. No dependencies.
22 lines (21 loc) • 613 B
JSON
{
"name": "languages",
"version": "0.1.3",
"description": "A basic and lightweight replacement for Globalize. Store ISO 639-1 language database in a JSON object, accesible as node module or by browser javascript interpret. No dependencies.",
"main": "languages.min.js",
"scripts": {
"test": "node ./test/node-example.js"
},
"repository": {
"type": "git",
"url": "git://github.com/joker-x/languages.js.git"
},
"keywords": [
"globalize",
"languages",
"i18n"
],
"author": "Iván Eixarch <ivan@sinanimodelucro.org>",
"license": "GPL",
"readmeFilename": "README.md"
}