forked from pcwinters/grunt-jmeter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "grunt-jmeter",
"description": "Run jmeter tests with grunt.",
"version": "0.0.3",
"homepage": "https://github.com/pcw216/grunt-jmeter",
"author": {
"name": "Patrick Winters",
"email": "[email protected]",
"url": "https://github.com/pcw216"
},
"repository": {
"type": "git",
"url": "git://github.com/pcw216/grunt-jmeter.git"
},
"bugs": {
"url": "https://github.com/pcw216/grunt-jmeter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pcw216/grunt-jmeter/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10.11"
},
"dependencies": {
"adm-zip": "^0.4.4",
"fstream": "^1.0.3",
"optimist": "~0.6.1",
"tarball-extract": "0.0.3",
"unzip": "^0.1.11"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"bin": {
"jmeter-manager": "bin/jmeter-manager",
"jmeter": "bin/jmeter"
},
"files": [
"bin",
"lib",
"tasks",
"LICENSE"
],
"jmeterVersions": {
"jmeter": "2.12"
},
"maintainers": [
{
"name": "pwinters",
"email": "[email protected]"
}
],
"directories": {}
}