forked from eugef/node-mocks-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 901 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
{
"author": "Howard Abrams <[email protected]> (http://github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express routing functions",
"version": "1.0",
"homepage": "http://github.com/howardabrams/node-mocks-http",
"license" : "MIT",
"keywords": [
"mock",
"stub",
"dummy",
"nodejs",
"js",
"testing",
"test",
"http",
"http mock"
],
"repository": {
"type": "git",
"url": "git://github.com/brewster/node-mocks-http.git"
},
"main": "./lib/http-mock.js",
"engines": {
"node": ">=0.6"
},
"devDependencies":{
"nodeunit":"",
"node-restify-errors":"git://github.com/m9dfukc/node-restify-errors.git"
},
"scripts":{
"test": "./run-tests"
}
}