forked from apiaryio/dredd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.22 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.22 KB
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
{
"name": "dredd",
"version": "0.1.7",
"description": "API Blueprint testing tool",
"main": "lib/dredd.js",
"bin": {
"dredd": "bin/dredd"
},
"scripts": {
"test": "scripts/test",
"prepublish": "scripts/prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/apiaryio/dredd"
},
"dependencies": {
"gavel": "~0.2.6",
"commander": "~2.0.0",
"winston": "~0.7.2",
"protagonist": "~0.5.0",
"uri-template": "~0.4.1",
"async": "~0.2.9",
"cli": "~0.4.5",
"html": "~0.0.7",
"htmlencode": "~0.0.3"
},
"devDependencies": {
"coffee-script": "1.6.3",
"coffee-errors": "~0.8.4",
"mocha": "1.13.0",
"chai": "1.7.1",
"coffee-coverage": "0.1.4",
"jscoverage": "0.3.8",
"coveralls": "2.2.0",
"mocha-lcov-reporter": "0.0.1",
"codo": "1.7.0",
"sinon": "~1.7.3",
"proxyquire": "~0.5.1",
"nock": "~0.22.1",
"express": "~3.4.3"
},
"keywords": [
"api",
"test",
"testing",
"documenation",
"integration",
"acceptance"
],
"author": "Adam Kliment <adam@apiary.io>",
"contributors": [
{
"name": "Evan Cordell",
"email": "cordell.evan@gmail.com"
}
],
"license": "MIT"
}