@robinherbots/grunt-dotnet
Version:
Grunt integration for Powershell WebAppPool commands.
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@robinherbots/grunt-dotnet",
"description": "Grunt integration for Powershell WebAppPool commands.",
"version": "0.0.10",
"homepage": "https://github.com/RobinHerbots/grunt-dotnet",
"author": "Robin Herbots <robin.herbots@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/RobinHerbots/grunt-dotnet.git"
},
"bugs": {
"url": "https://github.com/RobinHerbots/grunt-dotnet/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/RobinHerbots/grunt-dotnet/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-eslint": "^23.0.0",
"grunt-mocha-cli": "^7.0.0",
"mocha": "^9.1.1",
"grunt": "~1.4.1",
"grunt-bump": "^0.8.0",
"load-grunt-tasks": "^5.1.0",
"@robinherbots/grunt-available-tasks": "^0.6.4"
},
"keywords": [
"gruntplugin",
"grunt",
"dotnet"
],
"main": "Gruntfile.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"grunt": "~1.4.1",
"flopmang": "^1.0.0"
},
"license": "MIT"
}