-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·42 lines (42 loc) · 1.13 KB
/
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
{
"author": "shimonchayim",
"name": "netmorphic",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.scm.corp.ebay.com/cpenkar/net-morphic"
},
"engines": {
"node": ">=0.8.6"
},
"main": "net-morphic.js",
"dependencies": {
"underscore": "1.4.0",
"http-proxy": "0.8.3",
"filed": "0.0.7",
"cluster2": "0.3.6",
"router": "0.6.2",
"pause-stream": "0.0.9",
"express": "2.5.11",
"node-uuid": "1.4.0",
"scuttlebutt": "5.5.15",
"ecstatic": "0.4.0",
"event-stream": "3.0.11"
},
"devDependencies": {
"since-when": "0.4.7",
"through": "2.2.0",
"nodeunit": "0.7.4",
"clone": "0.1.6",
"from": "0.1.2",
"ssl-keygen": "0.1.1"
},
"description": "Netmorphic is a library for testing networked applications, such as REST clients over HTTP, and database clients over TCP.",
"directories": {
"test": "test"
},
"licenses": [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}