vibrant
Version:
stream to the vibrate api
30 lines (29 loc) • 582 B
JSON
{
"name": "vibrant",
"version": "0.0.1",
"description": "stream to the vibrate api",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jarofghosts/vibrant.git"
},
"keywords": [
"vibrate",
"stream"
],
"author": "jesse keane",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarofghosts/vibrant/issues"
},
"homepage": "https://github.com/jarofghosts/vibrant",
"dependencies": {
"through": "~2.3.4"
}
}