-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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
{
"name": "mockritsa",
"version": "1.0.0",
"description": "Docker image for mountebank",
"main": "start.js",
"scripts": {
"dev": "PORT_API=1025 PORT_MOCK=1026 node start.js"
},
"engine": {
"node": ">=8"
},
"dependencies": {
"mountebank": "2.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/doochik/mockritsa.git"
},
"keywords": [
"mountebank",
"mock",
"api"
],
"author": "Aleksei Androsov <https://github.com/doochik>",
"contributors": [
"Natalia Stus <https://github.com/arminaairen>",
"Dmitry Svichikhin <https://github.com/dimas7>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/doochik/mockritsa/issues"
},
"homepage": "https://github.com/doochik/mockritsa#readme"
}