forked from killerchip/ngx-translate-extract-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 838 Bytes
/
package.json
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
31
32
33
{
"name": "ngx-translate-extract-csv",
"version": "1.1.1",
"description": "Convert ngx-translate-extract translation files to CSV",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Costas Ioannou (killerchip)",
"license": "MIT",
"dependencies": {
"dot-object": "1.7.0",
"fast-csv": "^2.4.1"
},
"keywords": [
"ngx-translate-extract",
"json",
"csv",
"localization",
"i18n"
],
"repository": {
"type": "git",
"url": "git+https://github.com/killerchip/ngx-translate-extract-csv.git"
},
"homepage": "https://github.com/killerchip/ngx-translate-extract-csv/#readme",
"bugs": {
"url": "https://github.com/killerchip/ngx-translate-extract-csv/issues"
},
"bin": {
"ngx-translate-extract-csv": "./index.js"
}
}