-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
}
}