mailtrain/locales/package.json
Tomas Bures 2edbd67205 New project structure
Beta of extract.js for extracting english locale
2018-11-18 15:38:52 +01:00

21 lines
491 B
JSON

{
"name": "mailtrain-locales-extractor",
"private": true,
"version": "2.0.0",
"description": "Extractor for t-functions in the code (client and server)",
"main": "extract.js",
"scripts": {},
"license": "GPL-3.0",
"homepage": "https://mailtrain.org/",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"acorn": "^6.0.4",
"acorn-jsx": "^5.0.0",
"camelcase": "^5.0.0",
"ellipsize": "^0.1.0",
"klaw-sync": "^6.0.0",
"slugify": "^1.3.3"
}
}