trello-api
Version:
Use the Trello API.
29 lines (28 loc) • 594 B
JSON
{
"name": "trello-api",
"version": "0.0.4",
"author": "fengjie",
"description": "Use the Trello API.",
"keywords": [
"TypeScript",
"Trello",
"API"
],
"homepage": "https://github.com/niklaus0823/trello-api#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/niklaus0823/trello-api.git"
},
"bugs": "https://github.com/niklaus0823/trello-api/issues",
"engines": {
"node": ">=8"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"restler": "3.4.0"
},
"devDependencies": {
"@types/restler": "3.1.5"
}
}