forked from arc-archive/api-request-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "@api-components/api-request-panel",
"description": "An element that renders request editor and response view based on AMF model.",
"version": "5.1.1",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
"keywords": [
"web-components",
"response",
"request"
],
"authors": [
"Pawel Psztyc"
],
"contributors": [
"The Advanced REST client authors <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/api-request-panel.git"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/api-request-panel/issues",
"email": "[email protected]"
},
"dependencies": {
"@advanced-rest-client/events-target-mixin": "^3.2.0",
"@advanced-rest-client/headers-parser-mixin": "^3.2.0",
"@advanced-rest-client/response-view": "^3.0.4",
"@api-components/api-request-editor": "^5.1.1",
"@api-components/raml-aware": "^3.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
}
}