UNPKG

aws-kcl

Version:
64 lines (63 loc) 1.48 kB
{ "name": "aws-kcl", "description": "Kinesis Client Libray (KCL) in Node.js.", "version": "3.0.1", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/" }, "main": "index.js", "engines": { "node": ">= 0.8.0" }, "bin": { "kcl-bootstrap": "bin/kcl-bootstrap", "kcl-bootstrap.bat": "bin/kcl-bootstrap.bat" }, "scripts": { "build": "grunt build", "compile": "grunt compile", "clean": "grunt clean", "test": "grunt test", "release": "grunt release", "doc": "grunt jsdoc" }, "dependencies": { "commander": "~14.0.0", "xml-js": "^1.6.11" }, "devDependencies": { "async": "^3.2.2", "aws-sdk": "^2.390.0", "chai": "^4.3.4", "grunt": "^1.0.3", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-jshint": "^3.1.1", "grunt-jsdoc": "^2.4.1", "grunt-mocha-test": "^0.13.3", "ink-docstrap": "^1.3.2", "log4js": "^6.3.0", "mocha": "^11.5.0", "sinon": "^17.0.1" }, "homepage": "https://github.com/awslabs/amazon-kinesis-client-nodejs", "repository": { "type": "git", "url": "git://github.com/awslabs/amazon-kinesis-client-nodejs.git" }, "bugs": { "url": "https://github.com/awslabs/amazon-kinesis-client-nodejs/issues" }, "license": "Apache-2.0", "keywords": [ "api", "amazon", "aws", "big data", "kinesis", "kinesis client library", "kcl", "node.js" ] }