babel-plugin-ltag
Version:
a babel-plugin to transform l-template tags.
35 lines (34 loc) • 825 B
JSON
{
"name": "babel-plugin-ltag",
"version": "1.1.0",
"description": "a babel-plugin to transform l-template tags.",
"main": "lib/index.js",
"scripts": {
"build": "babel src/index.js -o lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arash16/babel-plugin-ltag.git"
},
"keywords": [
"babel",
"babel-plugin",
"l10n",
"l18n",
"localization",
"translation",
"internationalization"
],
"author": "Arash Shakery <arash.shakery@gmail.com> (arash16.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arash16/babel-plugin-ltag/issues"
},
"homepage": "https://github.com/arash16/babel-plugin-ltag#readme",
"devDependencies": {
"babel-preset-env": "^1.4.0"
},
"dependencies": {
"gettext-parser": "^1.2.2"
}
}