grunt-php2html
Version:
Frontend HTML generation with PHP
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "grunt-php2html",
"description": "Frontend HTML generation with PHP",
"version": "0.2.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": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^0.4.0"
},
"dependencies": {
"htmlhint": "~0.9.6",
"lodash": "^2.4.1",
"php2html": "0.0.4",
"qs": "0.6.6",
"shelljs": "^0.3.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"php"
]
}