-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "gulp-checktextdomain",
"version": "2.3.0",
"description": "A Gulp plugin to checks gettext function calls for missing or incorrect text domain.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/felixzapata/gulp-checktextdomain"
},
"keywords": [
"gulp",
"gulpplugin",
"i18n",
"gettext",
"wordpress"
],
"scripts": {
"test": "gulp test"
},
"author": "Felix Zapata",
"license": "ISC",
"bugs": {
"url": "https://github.com/felixzapata/gulp-checktextdomain/issues"
},
"homepage": "https://github.com/felixzapata/gulp-checktextdomain#readme",
"dependencies": {
"chalk": "^1.1.3",
"fs-extra": "^0.26.7",
"plugin-error": "^1.0.1",
"php-parser": "^2.0.6",
"ramda": "^0.20.0",
"text-table": "^0.2.0",
"through2": "^2.0.1"
},
"devDependencies": {
"ansi-colors": "^2.0.2",
"conventional-changelog": "^3.1.25",
"fancy-log": "^1.3.2",
"gulp": "^4.0.2",
"gulp-bump": "^2.1.0",
"gulp-git": "^2.7.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^8.0.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^10.1.0",
"mocha-lcov-reporter": "^1.2.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"should": "^8.3.0",
"stream-array": "^1.1.1",
"stream-assert": "^2.0.3"
}
}