-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 945 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
{ "name" : "nock"
, "description" : "HTTP Server mocking for Node.js"
, "tags" : ["Mock", "HTTP", "testing", "isolation"]
, "version" : "0.11.4"
, "author" : "Pedro Teixeira <[email protected]>"
, "contributors" :
[ {"name": "Roly Fentanes" }
, {"name": "Alexander Simmerl"}
, {"name": "Pedro Teixeira"}
, {"name": "Nuno Job"}
, {"name": "Ian Young"}
, {"name": "nilsbunger"}
, {"name": "bacchusrx", "email": "[email protected]"}
, {"name": "Fabiano França"}
, {"name": "Sascha Drews"}
, {"name": "Mike Swift"}
, {"name": "James Herdman"}
, {"name": "David Björklund"}
]
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/pgte/nock.git"
}
, "bugs" :
{ "url" : "http://github.com/pgte/nock/issues" }
, "engines" : ["node >= 0.4.10"]
, "main" : "./index"
, "devDependencies": {
"tap": "0.2.x",
"request": "*"
}
, "scripts": { "test": "node node_modules/tap/bin/tap.js tests" }
}