UNPKG

853 BJSONView Raw
1{
2 "name": "gulp-twig",
3 "description": "Twig.js plugin for gulp.js (gulpjs.com)",
4 "version": "0.6.0",
5 "homepage": "http://github.com/zimmen/gulp-twig",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/zimmen/gulp-twig.git"
9 },
10 "author": "Simon de Turck <simon@zimmen.com> (http://www.zimmen.com)",
11 "main": "./index.js",
12 "dependencies": {
13 "gulp-util": "^3.0.7",
14 "map-stream": "^0.1.0",
15 "replace-ext": "0.0.1",
16 "twig": "0.9.5"
17 },
18 "devDependencies": {
19 "mocha": "*",
20 "should": "*"
21 },
22 "scripts": {
23 "test": "mocha -R spec"
24 },
25 "engines": {
26 "node": ">= 0.9.0"
27 },
28 "keywords": [
29 "twig",
30 "twig.js",
31 "gulp",
32 "gulpplugin",
33 "gulp-plugin"
34 ],
35 "licenses": [
36 {
37 "type": "MIT",
38 "url": "http://github.com/zimmen/gulp-twig/raw/master/LICENSE"
39 }
40 ]
41}