-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.93 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@api-components/api-request-editor",
"description": "A request editor that builds the UI based on AMF model",
"version": "5.1.1",
"license": "Apache-2.0",
"main": "api-request-editor.js",
"keywords": [
"web-components",
"api",
"raml",
"oas",
"request",
"editor",
"advanced-rest-client",
"api-console"
],
"authors": [
"Pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"contributors": [
"Pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"bugs": {
"url": "https://github.com/advanced-rest-client/api-request-editor/issues",
"email": "arc@mulesoft.com"
},
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/api-request-editor.git"
},
"dependencies": {
"@advanced-rest-client/arc-icons": "^3.2.2",
"@advanced-rest-client/events-target-mixin": "^3.1.1",
"@advanced-rest-client/headers-parser-mixin": "^3.1.0",
"@advanced-rest-client/http-method-selector": "^3.0.5",
"@advanced-rest-client/oauth-authorization": "^5.0.3",
"@advanced-rest-client/url-parser": "^3.0.1",
"@advanced-rest-client/uuid-generator": "^3.0.2",
"@anypoint-web-components/anypoint-button": "^1.0.15",
"@api-components/amf-helper-mixin": "^4.3.2",
"@api-components/api-authorization": "^0.3.0",
"@api-components/api-body-editor": "^4.0.5",
"@api-components/api-form-mixin": "^3.1.0",
"@api-components/api-headers-editor": "^4.1.0",
"@api-components/api-server-selector": "^0.6.2",
"@api-components/api-url-data-model": "^5.0.1",
"@api-components/api-url-editor": "^4.0.3",
"@api-components/api-url-params-editor": "^4.1.0",
"@api-components/raml-aware": "^3.0.0",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-toast": "^3.0.0",
"cryptojslib": "^3.1.2",
"jsrsasign": "^8.0.15",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
}
}