gulp-vash-static
Version:
Gulp plugin for converting Vash razor templates to static html
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "gulp-vash-static",
"version": "2.0.5",
"description": "Gulp plugin for converting Vash razor templates to static html",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/superelement/gulp-vash-static"
},
"keywords": [
"vash",
"static",
"html",
"razor",
"gulpplugin"
],
"author": "Jim Doyle",
"license": "MIT",
"bugs": {
"url": "https://github.com/superelement/gulp-vash-static/issues"
},
"homepage": "https://github.com/superelement/gulp-vash-static",
"dependencies": {
"gulp-watch": "^4.3.8",
"lodash": "^4.13.1",
"log-saviour": "1.0.0",
"replace-ext": "0.0.1",
"run-sequence": "^1.2.2",
"slash": "^1.0.0",
"through2": "^2.0.1",
"vash": "^0.12.1",
"vash-static": "1.0.10"
},
"devDependencies": {
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.3.0",
"gulp-jshint": "~1.8.4",
"jasmine": "2.4.1",
"jshint-stylish": "~1.0.0",
"lodash": "^4.17.2",
"stream-assert": "^2.0.3",
"vinyl": "^1.2.0"
}
}