UNPKG

696 BJSONView Raw
1{
2 "name": "edgemicro-json2xml",
3 "version": "1.0.0",
4 "description": "This plugin transforms JSON to XML and vice versa based on the Accept and Content-Type http headers",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "srinandan",
10 "license": "Apache 2.0",
11 "dependencies": {
12 "debug": "^2.2.0",
13 "js2xmlparser": "^2.0.2",
14 "xml2js": "^0.4.17"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/apigee/microgateway-plugins.git"
19 },
20 "bugs": {
21 "url": "https://github.com/apigee/microgateway-plugins/issues"
22 },
23 "homepage": "https://github.com/apigee/microgateway-plugins#readme"
24}