UNPKG

gulp-snazzy-twig

Version:

JavaScript implantation of Skosh's Twig templating system for use with Gulp.

36 lines (35 loc) 789 B
{ "name": "gulp-snazzy-twig", "version": "0.1.2", "description": "JavaScript implantation of Skosh's Twig templating system for use with Gulp.", "repository": { "type": "git", "url": "git+https://github.com/Torann/gulp-snazzy-twig.git" }, "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "twigjs", "skosh", "twig", "templating", "gulp" ], "author": { "name": "Daniel Stainback" }, "license": "BSD 2-Clause", "bugs": { "url": "https://github.com/Torann/gulp-snazzy-twig/issues" }, "dependencies": { "gulp-util": "^3.0.7", "map-stream": "^0.1.0", "replace-ext": "0.0.1", "merge": "^1.2.0", "twig": "^1.10.0", "string": "^3.3.3" } }