forked from simon-dt/gulp-twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 907 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
42
43
{
"name": "gulp-twig",
"description": "Twig.js plugin for gulp.js (gulpjs.com)",
"version": "1.3.1",
"homepage": "http://github.com/zimmen/gulp-twig",
"repository": {
"type": "git",
"url": "http://github.com/zimmen/gulp-twig.git"
},
"author": "Simon de Turck <[email protected]> (http://www.zimmen.com)",
"main": "./index.js",
"dependencies": {
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
"through2": "^3.0.1",
"twig": "^1.14.0"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"vinyl": "^2.1.0"
},
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"twig",
"twig.js",
"gulp",
"gulpplugin",
"gulp-plugin"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/zimmen/gulp-twig/raw/master/LICENSE"
}
]
}