node-sparky
Version:
Spark SDK for NodeJS
46 lines (45 loc) • 979 B
JSON
{
"name": "node-sparky",
"version": "3.1.22",
"description": "Spark SDK for NodeJS",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha ./test/test-spark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flint-bot/sparky.git"
},
"keywords": [
"cisco",
"cisco spark",
"spark",
"spark api",
"spark team",
"spark teams",
"spark bot",
"spark machine accounts",
"flint",
"webex",
"webex teams",
"webex bot"
],
"author": "Nicholas Marus <nmarus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flint-bot/sparky/issues"
},
"homepage": "https://github.com/flint-bot/sparky#readme",
"dependencies": {
"bottleneck": "1.12.0",
"debug": "2.2.0",
"lodash": "4.13.1",
"mime-types": "^2.1.11",
"request": "2.74.0",
"uuid": "^2.0.2",
"when": "3.7.7"
},
"devDependencies": {
"jsdoc-to-markdown": "^1.3.6"
}
}