UNPKG

trello-node-api

Version:
65 lines (64 loc) 1.8 kB
{ "name": "trello-node-api", "version": "0.0.9", "description": "Trello Node API wrapper", "keywords": [ "node-trello", "node-trello-api", "trello-node-api", "trello-api", "trello-sdk", "trelloo-client", "trello-node", "trello", "trello-actions", "trello-boards", "trello-cards", "trello-checklists", "trello-enterprises", "trello-labels", "trello-lists", "trello-members", "trello-notifications", "trello-organizations", "trello-webhooks", "trello-typescript", "trello-es6" ], "homepage": "https://github.com/bhushankumarl/trello-node-api", "author": "Bhushankumar Lilapara<bhushankumar.lilapara@gmail.com>", "contributors": [ "Bhushankumar Lilapara (bhushankumar.lilapara@gmail.com)" ], "repository": { "type": "git", "url": "https://github.com/bhushankumarl/trello-node-api" }, "bugs:": "https://github.com/bhushankumarl/trello-node-api/issues", "engines": { "node": ">=4" }, "main": "lib/trello-node-api", "dependencies": { "bluebird": "^3.7.2", "debug": "^4.1.1", "lodash.isplainobject": "^4.0.6", "qs": "~6.9.1", "safe-buffer": "^5.2.0" }, "devDependencies": { "@types/chai": "^4.2.8", "@types/mocha": "^7.0.1", "@types/node": "^13.7.0", "chai": "^4.2.0", "chai-as-promised": "~7.1.1", "mocha": "^7.0.1", "ts-node": "^8.6.2", "typescript": "^3.7.5" }, "license": "MIT", "scripts": { "lint": "tsc index.d.ts", "test.mocha": "npm run lint; mocha -r ts-node/register test/**/*.spec.ts" } }