gulp-prepro
Version:
Preprocess files with prepro.js
23 lines (22 loc) • 579 B
JSON
{
"name": "gulp-prepro",
"version": "2.4.0",
"main": "index.js",
"description": "Preprocess files with prepro.js",
"author": "Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"license": "MIT",
"dependencies": {
"prepro": "^2.4.0",
"through2": "^2.0.0"
},
"homepage": "https://github.com/lehni/gulp-prepro",
"repository": "https://github.com/lehni/gulp-prepro.git",
"bugs": "https://github.com/lehni/gulp-prepro/issues",
"keywords": [
"gulpplugin",
"javascript",
"preprocesssor",
"preprocessing",
"language"
]
}