-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 897 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
41
{
"name": "gulp-concat-po",
"version": "1.0.0",
"description": "Gulp plugin for .po files concatenation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/JustBlackBird/gulp-concat-po.git"
},
"bugs": {
"url": "https://github.com/JustBlackBird/gulp-concat-po/issues"
},
"author": {
"name": "Dmitriy Simushev",
"email": "[email protected]"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"po",
"gettext"
],
"dependencies": {
"lodash.find": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.uniq": "^4.5.0",
"plugin-error": "^1.0.1",
"pofile": "^1.1.0",
"through2": "^0.6.5",
"vinyl": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"jshint": "^2.10.2",
"mocha": "^6.2.0"
},
"scripts": {
"test": "mocha --recursive test",
"jshint": "jshint index.js"
}
}