-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 920 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 920 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "gulp5-twig",
"description": "A Gulp 5 plugin for compiling Twig templates (gulpjs.com)",
"version": "2.0.1",
"homepage": "http://github.com/alex-lenk/gulp5-twig",
"main": "./index.js",
"type": "module",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"plugin-error": "^2.0.1",
"twig": "^1.17.1"
},
"devDependencies": {
"jshint": "^2.13.6"
},
"engines": {
"node": ">=20.0.0"
},
"author": "Alex Lenk <plugin@fillcomment.com> (https://alexlenk.ru)",
"keywords": [
"gulp",
"gulp-plugin",
"twig",
"templating",
"frontend"
],
"repository": {
"type": "git",
"url": "https://github.com/alex-lenk/gulp5-twig.git"
},
"bugs": {
"url": "https://github.com/alex-lenk/gulp5-twig/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/alex-lenk/gulp5-twig/raw/master/LICENSE"
}
]
}