-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 885 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "gafam-poster-translations",
"description": "Translations of the GAFAM poster campaign by La Quadrature du Net",
"version": "0.13.0",
"license": "CC0-1.0",
"author": {
"name": "The GAFAM tech collective",
"email": "tech@gafam.info"
},
"keywords": [
"gafam",
"information",
"translation",
"localization"
],
"homepage": "https://github.com/gafam/gafam-poster-translations",
"repository": {
"type": "git",
"url": "git://github.com/gafam/gafam-poster-translations.git"
},
"bugs": {
"url": "https://github.com/gafam/gafam-poster-translations/issues"
},
"scripts": {
"i18next-po-to-json": "i18next-conv -l $I18NEXT_LANG -s po/$I18NEXT_LANG.po -t json/$I18NEXT_LANG.json"
},
"devDependencies": {
"i18next-conv": "^11.0.2"
}
}