UNPKG

gulp-nwabap-ui5uploader

Version:

Deploying a SAPUI5/OpenUI5 file structure to SAP NetWeaver ABAP via ADT (ABAP Devbeloper Tools) using a gulp task

55 lines (54 loc) 1.42 kB
{ "name": "gulp-nwabap-ui5uploader", "version": "0.4.3", "description": "Deploying a SAPUI5/OpenUI5 file structure to SAP NetWeaver ABAP via ADT (ABAP Devbeloper Tools) using a gulp task", "keywords": [ "gulpplugin", "ui5", "netweaver", "SAP", "deploy", "deployment" ], "author": "ILC GmbH <opensource@ilc-solutions.de>", "license": "MIT", "homepage": "https://github.com/ilcgmbh/gulp-nwabap-ui5uploader", "bugs": { "url": "https://github.com/ilcgmbh/gulp-nwabap-ui5uploader/issues" }, "main": "index.js", "engines": { "node": ">= 4.0.0" }, "repository": { "type": "git", "url": "https://github.com/ilcgmbh/gulp-nwabap-ui5uploader.git" }, "scripts": { "test": "gulp test", "lint": "gulp lint" }, "dependencies": { "async": "^1.5.2", "gulp-util": "^3.0.0", "isbinaryfile": "^3.0.0", "through2": "^0.6.1", "unirest": "^0.5.1", "xmldoc": "^0.4.0" }, "devDependencies": { "chai": "~2.2.0", "chai-fs": "git+https://github.com/chaijs/chai-fs.git", "clear": "0.0.1", "eslint": "^2.10.2", "eslint-config-defaults": "^9.0.0", "gulp": "~3.8.11", "gulp-eslint": "^2.0.0", "gulp-jshint": "~1.10.0", "gulp-mocha": "~0.4.1", "gulp-util": "^3.0.8", "jshint": "^2.9.2", "jshint-stylish": "~1.0.1", "mocha": "~2.2.1" } }