chunk-api
Version:
Collect a stream of events and send them to AWS Kinesis
37 lines • 788 B
JSON
{
"name": "chunk-api",
"version": "0.0.0",
"description": "Collect a stream of events and send them to AWS Kinesis",
"homepage": "http://github.com/bustlelabs/chunk-api",
"repository": "bustlelabs/chunk-api",
"author": {
"name": "Tyler Love",
"email": "tyler@bustle.com",
"url": ""
},
"files": [
"lib"
],
"main": "./lib/index.js",
"keywords": [
"Metrics",
"Collector",
"Kinesis",
"Node"
],
"devDependencies": {
"gulp": "^3.6.0",
"gulp-eslint": "^0.8.0",
"gulp-istanbul": "^0.8.1",
"gulp-jscs": "^1.1.0",
"gulp-jshint": "^1.5.3",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"jshint-stylish": "^1.0.0",
"gulp-babel": "^5.1.0"
},
"scripts": {
"test": "gulp"
},
"license": "MIT"
}