UNPKG

@robinherbots/grunt-webapppool

Version:

Grunt integration for Powershell WebAppPool commands

47 lines (46 loc) 1.1 kB
{ "name": "@robinherbots/grunt-webapppool", "description": "Grunt integration for Powershell WebAppPool commands", "version": "0.0.4", "homepage": "https://github.com/RobinHerbots/grunt-webapppool", "author": "Robin Herbots <robin.herbots@gmail.com>", "repository": { "type": "git", "url": "git+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", "@robinherbots/grunt-available-tasks": "^0.6.4" }, "dependencies": { "flopmang": "^1.0.0" }, "keywords": [ "gruntplugin", "WebAppPool", "powershell", "IIS", "AppPool" ], "main": "Gruntfile.js", "directories": { "lib": "lib", "test": "test" } }