forked from http2/http2-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 831 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
{
"name": "http2-test",
"version": "0.0.1",
"description": "HTTP 2 test cases",
"main": "lib/index.js",
"scripts": {
"main": "lib/cli.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/http2/http2-test"
},
"keywords": [
"http2",
"http2-test"
],
"author": "Parashuram <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/http2/http2-test/issues"
},
"dependencies": {
"http2-protocol": "~0.9.1",
"bunyan": "~0.22.1",
"commander": "~2.1.0",
"mocha": "~1.15.1",
"glob": "~3.2.7",
"chai": "~1.8.1",
"http2": "~2.2.0"
},
"devDependencies": {
"grunt-mocha-test": "~0.8.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.0"
}
}