UNPKG

gulp-liquify

Version:

Render Liquid templates in Gulp using TinyLiquid

37 lines (36 loc) 854 B
{ "name": "gulp-liquify", "version": "0.0.6", "description": "Render Liquid templates in Gulp using TinyLiquid", "main": "", "repository": "https://github.com/fchasen/gulp-liquify.git", "homepage": "https://github.com/fchasen/gulp-liquify/", "bugs": "https://github.com/fchasen/gulp-liquify/issues/", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "gulpplugin", "liquid", "template", "liquify" ], "author": "fchasen@gmail.com", "license": "MIT", "devDependencies": { "gulp": "^3.9.0", "gulp-util": "^3.0.1", "mocha": "^2.0.1", "should": "^7.0.2" }, "dependencies": { "bluebird": "^2.3.10", "gulp-util": "^3.0.1", "lodash": "^3.10.0", "through2": "^2.0.0", "tinyliquid": "^0.2.29" } }