forked from muratcorlu/cli-api-mocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 815 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
{
"name": "cli-api-mocker",
"version": "1.1.0",
"description": "CLI wrapper for connect-api-mocker",
"main": "src/index.js",
"dependencies": {
"commander": "^2.14.1",
"connect-api-mocker": "^1.3.6",
"cors": "^2.8.4",
"express": "^4.15.4",
"http-proxy-middleware": "^0.17.4",
"mkdirp": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"bin": {
"mockit": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muratcorlu/cli-api-mocker.git"
},
"keywords": [
"mocks",
"rest",
"api"
],
"author": "Murat Çorlu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/muratcorlu/cli-api-mocker/issues"
},
"homepage": "https://github.com/muratcorlu/cli-api-mocker#readme"
}