-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "gulp-translation-tool-srt",
"description": "A plugin for Gulp to convert SRT files to translation tool xml format and back.",
"version": "0.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerHannes85/gulp-translation-tool-srt.git"
},
"keywords": [
"gulpplugin",
"srt",
"xml",
"converter"
],
"author": {
"name": "Johannes Weil, UDG Ludwigsburg GmbH",
"email": "[email protected]",
"url": "www.udg.de"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"stream": "^0.0.2",
"path": "^0.12.7",
"linebyline": "^1.3.0"
},
"engines": {
"node": ">=7.8.0",
"npm": ">=4.2.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DerHannes85/gulp-translation-tool-srt/issues"
},
"homepage": "https://github.com/DerHannes85/gulp-translation-tool-srt#readme",
"directories": {
"test": "test"
}
}