gulp-nette-basepath
Version:
Parse build blocks in Nette/Latte templates and resolves its Nette's basePath variable.
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "gulp-nette-basepath",
"version": "0.1.0",
"description": "Parse build blocks in Nette/Latte templates and resolves its Nette's basePath variable.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"through2": "^0.4.1",
"gulp-util": "^2.2.14",
"glob": "^3.2.9",
"node-useref": "^0.2.6"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"gulp-mocha": "^0.4.1",
"gulp-util": "^2.2.14",
"gulp": "^3.6.1",
"gulp-jshint": "^1.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Quinix/gulp-nette-basepath.git"
},
"keywords": [
"gulpplugin",
"html",
"nette",
"latte",
"scripts",
"css",
"optimize",
"concat"
],
"author": {
"name": "Jan Langer",
"email": "mail@janlanger.cz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Quinix/gulp-nette-basepath/issues"
},
"homepage": "https://github.com/Quinix/gulp-nette-basepath",
"readmeFilename": "README.md"
}