-
Notifications
You must be signed in to change notification settings - Fork 377
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 871 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": "@postman/codegen-js-xhr",
"version": "0.1.1",
"description": "Converts Postman SDK Request to JS XHR",
"com_postman_plugin": {
"type": "code_generator",
"lang": "JavaScript",
"variant": "XHR",
"syntax_mode": "javascript"
},
"main": "index.js",
"scripts": {
"test": "node npm/test.js",
"test-lint": "node npm/test-lint.js",
"test-newman": "node npm/test-newman.js",
"test-unit": "node npm/test-unit.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Postman Labs <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/js-xhr",
"dependencies": {
"postman-collection": "3.6.8"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"xmlhttprequest": "1.8.0",
"form-data": "3.0.0"
}
}