handlebars-helper-i18n
Version:
{{i18n}} handlebars helper
60 lines • 1.26 kB
JSON
{
"name": "handlebars-helper-i18n",
"description": "{{i18n}} handlebars helper",
"version": "0.1.0",
"homepage": "https://github.com/helpers/handlebars-helper-i18n",
"author": {
"name": "Laurent Goderre",
"url": "https://github.com/LaurentGoderre"
},
"maintainers": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-i18n.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-i18n/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-i18n/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"scripts": {
"test": "npm test"
},
"devDependencies": {
"handlebars": "^2.0.0",
"should": "^4.0.4",
"verb": "^0.2.6"
},
"keywords": [
"assemble",
"assemblehelper",
"handlebars",
"helper",
"i18n",
"internationalize",
"lang",
"language",
"languages",
"local",
"locale",
"localization",
"translate",
"translation",
"localize",
"prefix"
]
}