forked from fgpv-vpgf/gulp-i18n-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 839 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
{
"name": "gulp-i18n-csv",
"version": "1.0.1",
"description": "Create internationalized files from a CSV translations file",
"license": "MIT",
"repository": "fgpv-vpgf/gulp-i18n-csv",
"author": {
"name": "Cynthia (Qingwei) Li",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"sample"
],
"keywords": [
"gulpplugin",
"grunt",
"i18n",
"csv",
"translation"
],
"dependencies": {
"csv": "^0.4.6",
"csv-parse": "^1.0.0",
"gulp-util": "^3.0.4",
"through2": "^0.6.5",
"vinyl": "^0.5.1"
},
"devDependencies": {
"gulp-config": "^0.3.0",
"mocha": "*"
}
}