forked from i18next/i18next-gettext-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 793 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
34
35
36
37
38
{
"author": "jamuhl",
"name": "i18next-conv",
"description": "converts .mo and .po files to i18next's json format and vice versa.",
"keywords": [
"i18next",
"gettext"
],
"version": "0.1.5",
"private": false,
"preferGlobal": "true",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jamuhl/i18next-gettext-converter.git"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"colors": "^1.0.3",
"commander": "^2.5.0",
"mkdirp": "^0.5.0",
"node-gettext": "^0.2.14"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.4"
},
"scripts": {
"test": "grunt mochaTest"
},
"bin": {
"i18next-conv": "program.js"
}
}