forked from i18next/i18next-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 810 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
39
40
{
"author": "Karel Ledru-Mathe",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
"version": "0.12.1",
"bin": {
"i18next": "./bin/cli.js"
},
"scripts": {
"test": "mocha --reporter nyan test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/i18next/i18next-parser"
},
"dependencies": {
"lodash": "~4.17.3",
"readdirp": "~2.1.0",
"concat-stream": "~1.6.0",
"commander": "~2.9.0",
"mkdirp": "~0.5.1",
"colors": "~1.1.2",
"through2": "~2.0.3",
"vinyl": "~2.0.1",
"gulp-util": "~3.0.7"
},
"engines": {
"node": ">=0.10.22"
},
"devDependencies": {
"mocha": "~3.2.0",
"assert": "~1.4.1"
},
"keywords": [
"gulpplugin",
"i18next",
"parser",
"commandline"
]
}