gulp-velocityjs2
Version:
Gulp compile plugin for velocity(http://velocity.apache.org/) template
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "gulp-velocityjs2",
"description": "Gulp compile plugin for velocity(http://velocity.apache.org/) template",
"version": "0.1.0",
"main": "index.js",
"author": {
"email": "tiniwz@gmail.com",
"name": "skt-t1-byungi"
},
"repository": {
"type": "git",
"url": "https://github.com/skt-t1-byungi/gulp-velocityjs2.git"
},
"keywords": [
"velocityjs",
"velocity",
"gulp",
"vtl",
"template"
],
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"eslintConfig": {
"extends": "byungi"
},
"devDependencies": {
"ava": "^2.2.0",
"eslint": "^6.0.1",
"eslint-config-byungi": "^0.3.0",
"vinyl": "^2.2.0"
},
"dependencies": {
"import-fresh": "^3.1.0",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
"resolve-from": "^5.0.0",
"through2": "^3.0.1",
"velocityjs": "^1.1.3"
}
}