grunt-tdevopsui5
Version:
UI5 tools for build/deploy/version managment of ui5 applicaton
64 lines (63 loc) • 1.7 kB
JSON
{
"name": "grunt-tdevopsui5",
"description": "UI5 tools for build/deploy/version managment of ui5 applicaton",
"version": "0.1.11",
"homepage": "https://github.com/Neasit/tdevopsui5",
"author": {
"name": "Neasit",
"email": "AndreyVDanilin@ya.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/Neasit/tdevopsui5.git"
},
"bugs": {
"url": "https://github.com/Neasit/tdevopsui5/issues"
},
"license": "MIT",
"engines": {
"node": ">= 8.5.0"
},
"scripts": {
"test": "grunt test",
"prettier-js": "prettier --write tasks/**/*.js"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"grunt": "^1.1.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-eslint": "^22.0.0",
"js-beautify": "^1.11.0",
"prettier": "^1.19.1"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"express": "^4.17.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-git": "^1.0.14",
"grunt-nwabap-ui5uploader": "^1.0.6",
"grunt-openui5": "^0.16.0",
"http-proxy-middleware": "^0.20.0",
"serve-static": "^1.14.1"
},
"peerDependencies": {
"grunt": "^1.0.4"
},
"keywords": [
"gruntplugin",
"sapui5tooling",
"buildtools",
"ui5"
]
}