grunt-webapppool
Version:
Grunt integration for Powershell WebAppPool commands
44 lines (43 loc) • 970 B
JSON
{
"name": "grunt-webapppool",
"description": "Grunt integration for Powershell WebAppPool commands",
"version": "0.0.3",
"homepage": "https://github.com/RobinHerbots/grunt-webapppool",
"author": {
"name": "Robin Herbots",
"email": "robin.herbots@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/RobinHerbots/grunt-webapppool.git"
},
"bugs": {
"url": "https://github.com/RobinHerbots/grunt-webapppool/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "^2.0.0",
"grunt-eslint": "^22.0.0",
"grunt-mocha-cli": "^4.0.0",
"mocha": "^6.2.0",
"grunt": "~1.0.4",
"load-grunt-tasks": "^5.1.0",
"grunt-bump": "^0.8.0"
},
"dependencies": {
"flopmang": "^1.0.0"
},
"keywords": [
"gruntplugin",
"WebAppPool",
"powershell",
"IIS",
"AppPool"
]
}