ember-gettext
Version:
i18n gettext.js wrapper for Ember controllers and Handlebars templates
27 lines (26 loc) • 525 B
JSON
{
"name": "ember-gettext",
"description": "i18n gettext.js wrapper for Ember controllers and Handlebars templates",
"version": "0.0.1",
"license": "MIT",
"keywords": [
"ember",
"emberjs",
"gettext",
"gettext.js",
"ngettext",
"handlebars",
"i18n",
"internationalization"
],
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "~1.9.0",
"expect.js": "~0.3.1",
"mocha-phantomjs": "~2.0.1",
"jshint": "~2.0.1",
"handlebars": "~1.0.11"
}
}