forked from simon-dt/gulp-twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 906 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.2.0",
"homepage": "http://github.com/zimmen/gulp-twig",
"repository": {
"type": "git",
"url": "http://github.com/zimmen/gulp-twig.git"
},
"author": "Simon de Turck <simon@zimmen.com> (http://www.zimmen.com)",
"main": "./index.js",
"dependencies": {
"fancy-log": "^1.3.2",
"map-stream": "^0.1.0",
"plugin-error": "^0.1.2",
"replace-ext": "^1.0.0",
"twig": "^1.10.5"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"vinyl": "^2.1.0"
},
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=4.0"
},
"keywords": [
"twig",
"twig.js",
"gulp",
"gulpplugin",
"gulp-plugin"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/zimmen/gulp-twig/raw/master/LICENSE"
}
]
}