forked from i18next/i18next-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"author": "Karel Ledru",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
"version": "1.0.0-beta19",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"i18next": "./bin/cli.js"
},
"scripts": {
"test": "mocha --require babel-register --require babel-polyfill 'test/**/*.test.js'",
"watch": "./node_modules/babel-cli/bin/babel.js src -d dist -w"
},
"repository": {
"type": "git",
"url": "https://github.com/i18next/i18next-parser"
},
"dependencies": {
"acorn": "^5.5.3",
"acorn-jsx": "^4.1.1",
"broccoli-plugin": "^1.3.0",
"cheerio": "^1.0.0-rc.2",
"colors": "~1.2.0-rc0",
"commander": "~2.9.0",
"concat-stream": "~1.6.0",
"eol": "^0.9.1",
"fs-extra": "^6.0.1",
"gulp-sort": "^2.0.0",
"lodash": "~4.17.4",
"rsvp": "^4.8.2",
"through2": "~2.0.3",
"vinyl": "~2.0.1",
"vinyl-fs": "^3.0.2",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=0.10.22"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"broccoli": "^1.1.4",
"broccoli-funnel": "^2.0.1",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"mocha": "^5.0.0"
},
"keywords": [
"gulpplugin",
"i18next",
"parser",
"commandline"
]
}