-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 899 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
39
40
41
{
"name": "green-tomato",
"version": "0.4.7",
"description": "A sandbox and mock server that automatically records mocks by a reverse proxy. It can be used as a API cache",
"main": "green-tomato.js",
"scripts": {
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aemonge/green-tomato.git"
},
"keywords": [
"reverse",
"mock",
"sandbox",
"mock-server",
"proxy",
"cache",
"api",
"test",
"javascript",
"hoxy",
"node",
"nodejs",
"backup"
],
"dependencies": {
"hoxy": "*",
"lodash": "^4.17.15",
"mongoose": "^5.9.6",
"prettyjson": "aemonge/prettyjson",
"q": "^2.0.3"
},
"author": "aemonge",
"license": "ISC",
"bugs": {
"url": "https://github.com/aemonge/green-tomato/issues"
},
"homepage": "https://github.com/aemonge/green-tomato#readme"
}