mirror of
https://github.com/loot/babel-gettext-extractor.git
synced 2026-07-27 14:16:28 -07:00
34 lines
758 B
JSON
34 lines
758 B
JSON
{
|
|
"name": "babel-gettext-extractor",
|
|
"version": "1.0.2",
|
|
"description": " Extract gettext string with babel",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/getsentry/babel-gettext-extractor.git"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"gettext",
|
|
"plugin",
|
|
"i18n"
|
|
],
|
|
"author": "getsentry",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/getsentry/babel-gettext-extractor/issues"
|
|
},
|
|
"homepage": "https://github.com/getsentry/babel-gettext-extractor",
|
|
"dependencies": {
|
|
"babel-runtime": "^5.0.0",
|
|
"gettext-parser": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.5.1",
|
|
"mocha": "^2.3.4"
|
|
}
|
|
}
|