grunt-php2html
Version:
Frontend HTML generation with PHP
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "grunt-php2html",
"description": "Frontend HTML generation with PHP",
"version": "1.0.0",
"homepage": "https://github.com/bezoerb/grunt-php2html",
"author": {
"name": "Ben Zörb",
"email": "ben@sommerlaune.com"
},
"repository": {
"type": "git",
"url": "git://github.com/bezoerb/grunt-php2html.git"
},
"bugs": {
"url": "https://github.com/bezoerb/grunt-php2html/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bezoerb/grunt-php2html/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"dependencies": {
"diff": "^4.0.2",
"htmlhint": "^0.14.1",
"lodash": "^4.17.20",
"php2html": "^4.0.0",
"qs": "^6.9.4",
"shelljs": "^0.8.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"php"
]
}