forked from allenhwkim/mock-responses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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
43
44
45
46
47
48
{
"name": "http-request-middleware",
"version": "0.2.1",
"description": "espress-kind http request middleware",
"main": "index.js",
"dependencies": {
"ejs": "^2.5.7",
"http-proxy": "^1.16.2",
"http-proxy-middleware": "^0.17.4",
"mce": "^0.4.8"
},
"devDependencies": {
"browser-sync": "^2.23.5",
"express": "^4.16.2"
},
"scripts": {
"start": "node test/browser-sync.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allenhwkim/http-request-middleware.git"
},
"keywords": [
"express",
"intercept",
"middleware"
],
"author": "Allen Kim <allenhwkim@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/allenhwkim/http-request-middleware/issues"
},
"homepage": "https://github.com/allenhwkim/http-request-middleware#readme",
"httpRequestMiddleware": {
"basePath": "test",
"headUrls": [
"https://fonts.googleapis.com/icon?family=Material+Icons",
"https://unpkg.com/font-awesome@4.7.0/css/font-awesome.css",
"https://unpkg.com/mce/dist/themes/blue.css",
"https://unpkg.com/mce/dist/mce.min.css",
"https://unpkg.com/mce/dist/mce.min.js"
],
"navigationlinks": [
"<mce-nav-item icon='search' class='mce-disabled'>Disabled</mce-nav-item>"
]
}
}