-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 Bytes
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
{
"name": "gulp-typoscript-concat",
"version": "0.1.0",
"description": "Concatenate TypoScript files for TYPO3",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/liquidlight/gulp-typoscript-concat.git"
},
"keywords": [
"typo3",
"typoscript"
],
"author": "Mike Street <mike@liquidlight.co.uk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/liquidlight/gulp-typoscript-concat/issues"
},
"homepage": "https://github.com/liquidlight/gulp-typoscript-concat#readme",
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"fs": "0.0.1-security",
"line-number": "^0.1.0",
"merge": "^2.1.1",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
}
}