-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1007 Bytes
/
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": "hypermeter",
"version": "0.3.1",
"description": "HTTP metric tool",
"preferGlobal": "true",
"bin": {
"hypermeter": "./index.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hgcummings/hypermeter.git"
},
"author": "hgcummings",
"license": "MIT",
"bugs": {
"url": "https://github.com/hgcummings/hypermeter/issues"
},
"homepage": "https://github.com/hgcummings/hypermeter",
"dependencies": {
"chai": "^1.10.0",
"commander": "^2.5.0",
"curlrequest": "^0.5.1",
"exit": "^0.1.2",
"extend": "^2.0.0",
"loglevel": "^1.2.0",
"plotly": "^0.2.13",
"proxyquire": "^1.0.1",
"q": "^1.0.1",
"q-io": "^1.11.5"
},
"devDependencies": {
"cases": "^0.1.1",
"chai-things": "^0.2.0",
"grunt": "^0.4.5",
"grunt-mocha-istanbul": "^2.2.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"sinon": "^1.12.1"
}
}