@tableflip/i18nify
Version:
Browserify transform for build time i18n using browserify
37 lines (36 loc) • 790 B
JSON
{
"name": "@tableflip/i18nify",
"version": "2.1.1",
"description": "Browserify transform for build time i18n using browserify",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tableflip/i18nify.git"
},
"keywords": [
"i18n",
"jed",
"gettext",
"ngettext"
],
"author": "TABLEFLIP",
"license": "ISC",
"bugs": {
"url": "https://github.com/tableflip/i18nify/issues"
},
"homepage": "https://github.com/tableflip/i18nify#readme",
"dependencies": {
"duplexer": "^0.1.1",
"jed": "^1.1.0",
"split": "^1.0.0",
"through2": "^2.0.0",
"trumpet": "^1.7.1"
},
"devDependencies": {
"standard": "^5.1.1",
"tape": "^4.2.0"
}
}