-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "gulp-locale-filter",
"version": "1.2.2",
"description": "Gulp plugin that filters files in the stream based on locale or language codes in the file paths.",
"keywords": [
"gulp",
"localize",
"filter",
"locale",
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n"
],
"license": "MIT",
"author": {
"name": "Thomas Darling"
},
"homepage": "https://github.com/thomas-darling/gulp-locale-filter",
"bugs": {
"url": "https://github.com/thomas-darling/gulp-locale-filter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/thomas-darling/gulp-locale-filter.git"
},
"dependencies": {
"gulp-util": "^3.0.7",
"through2": "^2.0.3"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/gulp-util": "0.0.0",
"@types/mkdirp": "^0.3.29",
"@types/node": "0.0.2",
"@types/through2": "^2.0.32",
"@types/vinyl": "^2.0.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-rename": "^1.2.2",
"typescript": "^2.1.1"
},
"scripts":{
"prepublish": "tsc"
},
"types": "lib/index.d.ts",
"main": "lib/index.js"
}