grunt-fhc
Version:
Deploy your FeedHenry apps from Grunt.
46 lines (45 loc) • 983 B
JSON
{
"name": "grunt-fhc",
"description": "Deploy your FeedHenry apps from Grunt.",
"version": "0.1.8",
"homepage": "https://github.com/TinyExplosions/grunt-fhc",
"author": {
"name": "Al Graham",
"email": "alastair.graham@feedhenry.com",
"url": "http://feedhenry.com"
},
"repository": {
"type": "git",
"url": "git://github.com/TinyExplosions/grunt-fhc.git"
},
"bugs": {
"url": "https://github.com/TinyExplosions/grunt-fhc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/TinyExplosions/grunt-fhc/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"shelljs": "~0.2.6",
"fh-fhc": "~0.10.x"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt": "0.4.0",
"shelljs": "~0.2.6",
"fh-fhc": "~0.10.x"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"FeedHenry",
"FHC"
]
}