node-red-contrib-gitlab
Version:
Node-RED node using GitLab APIs
27 lines (26 loc) • 482 B
JSON
{
"name": "node-red-contrib-gitlab",
"version": "0.0.7",
"description": "Node-RED node using GitLab APIs",
"dependencies": {
"node-gitlab": "^1.6.0"
},
"keywords": [
"node-red",
"nodered",
"gitlab",
"git",
"bluemix"
],
"node-red": {
"nodes": {
"gitlab": "gitlab.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/kotasuizu/node-red-contrib-gitlab"
},
"author": "Kota Suizu",
"license": "MIT"
}