reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
17 lines (16 loc) • 372 B
JSON
{
"name": "jira-example",
"version": "1.0.0",
"description": "Reshuffle Jira Example",
"main": "jira.js",
"scripts": {
"start": "node jira.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christophe Gachiniard",
"license": "ISC",
"dependencies": {
"reshuffle": "latest",
"reshuffle-jira-connector": "latest"
}
}