UNPKG

gulp-jsontoxml

Version:

Convert json files to xml with gulp

56 lines (55 loc) 1.19 kB
{ "name": "gulp-jsontoxml", "version": "1.0.3", "repository": "https://github.com/gulpetl/gulp-jsontoxml", "description": "Convert json files to xml with gulp", "main": "dist/js/plugin.js", "typings": "dist/types/plugin.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prebuild": "npm run clean", "clean": "rimraf dist/*", "test": "jest" }, "author": "peterl@sbcotton.com", "contributors": [ "Manoj Khatri" ], "license": "MIT", "keywords": [ "gulpplugin", "gulp-etl", "gulp", "xml", "json", "js", "convert", "transform", "json to xml" ], "homepage": "https://gulpetl.com", "dependencies": { "loglevel": "^1.6.3", "map-stream": "0.0.7", "pkginfo": "^0.4.1", "plugin-error": "^1.0.1", "replace-ext": "^1.0.0", "vinyl": "^2.2.0", "xml-js": "^1.6.11" }, "devDependencies": { "@types/jest": "^23.3.14", "@types/node": "^10.14.12", "@types/vinyl": "^2.0.3", "gulp": "^4.0.2", "gulp-xmltojson": "^1.0.1", "jest": "^24.8.0", "rimraf": "^2.6.3", "ts-jest": "^24.0.2", "ts-node": "^7.0.1", "typescript": "^3.5.3" } }