@pubgcorp/aws-kcl
Version:
Kinesis Client Libray (KCL) in Node.js.
62 lines • 1.47 kB
JSON
{
"name": "@pubgcorp/aws-kcl",
"description": "Kinesis Client Libray (KCL) in Node.js.",
"version": "2.1.0-aws-sdk-775-210430",
"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": "~2.6.0"
},
"devDependencies": {
"async": "^0.9.2",
"aws-sdk": "^2.390.0",
"chai": "^1.10.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsdoc": "^1.1.0",
"grunt-mocha-test": "^0.12.7",
"ink-docstrap": "^1.3.2",
"log4js": "^0.6.38",
"mocha": "^5.2.0",
"sinon": "^1.17.7"
},
"homepage": "https://github.com/pubg/amazon-kinesis-client-nodejs",
"repository": {
"type": "git",
"url": "git://github.com/pubg/amazon-kinesis-client-nodejs.git"
},
"bugs": {
"url": "https://github.com/pubg/amazon-kinesis-client-nodejs/issues"
},
"license": "Apache-2.0",
"keywords": [
"api",
"amazon",
"aws",
"big data",
"kinesis",
"kinesis client library",
"kcl",
"node.js"
]
}