UNPKG

gulp-twig-up-to-date

Version:

Twig.js plugin for gulp.js (gulpjs.com) that's kept up to date

46 lines (45 loc) 975 B
{ "name": "gulp-twig-up-to-date", "description": "Twig.js plugin for gulp.js (gulpjs.com) that's kept up to date", "version": "0.6.1", "homepage": "http://github.com/stowball/gulp-twig", "repository": { "type": "git", "url": "http://github.com/stowball/gulp-twig.git" }, "author": { "name": "Matt Stow", "email": "matt@mattstow.com", "original": "Simon de Turck <simon@zimmen.com> (http://www.zimmen.com)" }, "main": "./index.js", "dependencies": { "gulp-util": "^3.0.7", "map-stream": "^0.1.0", "replace-ext": "0.0.1", "twig": "~0.9.5" }, "devDependencies": { "mocha": "*", "should": "*" }, "scripts": { "test": "mocha -R spec" }, "engines": { "node": ">= 0.9.0" }, "keywords": [ "twig", "twig.js", "gulp", "gulpplugin", "gulp-plugin" ], "licenses": [ { "type": "MIT", "url": "http://github.com/stowball/gulp-twig/raw/master/LICENSE" } ] }