synergia-jira-connector
Version:
Easy to use NodeJS wrapper for the Jira REST API.
21 lines (20 loc) • 432 B
JSON
{
"name": "synergia-jira-connector",
"version": "1.0.9",
"description": "Easy to use NodeJS wrapper for the Jira REST API.",
"keywords": [
"JIRA",
"REST",
"OAuth"
],
"main": ".",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mateus Fernando <mfpinheiro@dcc.ufmg.br>",
"license": "MIT",
"dependencies": {
"oauth": "^0.9.12",
"request": "^2.51.0"
}
}