trello_api_burndown_parse
Version:
Get info about your team and boards using some KeyWorks Trello list structure
18 lines (17 loc) • 409 B
JSON
{
"name": "trello_api_burndown_parse",
"version": "0.1.3",
"description": "",
"main": "main.js",
"repository": "/ea2305/trello_burndown_by_api",
"scripts": {
"test": "ENV TRELLO_KEY=**** TRELLO_TOKEN=**** node example.js"
},
"keywords": ["trello", "burndown", "API"],
"author": "Elihu A. Cruz",
"license": "MIT",
"dependencies": {
"axios": "0.18.0",
"moment": "2.22.2"
}
}