UNPKG

gulp-peppermint

Version:
35 lines (34 loc) 819 B
{ "name": "gulp-peppermint", "version": "1.0.0", "description": "Gulp wrapper for Peppermint templating engine", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/michaeljwilliams/gulp-peppermint.git" }, "keywords": [ "gulp", "peppermint", "pep", "template", "templating", "html" ], "author": "Michael Williams", "license": "ISC", "bugs": { "url": "https://github.com/michaeljwilliams/gulp-peppermint/issues" }, "homepage": "https://github.com/michaeljwilliams/gulp-peppermint#readme", "dependencies": { "path": "^0.12.7", "peppermint": "^0.6.0", "plugin-error": "^1.0.0", "safe-buffer": "^5.1.1", "through2": "^2.0.3" } }