fs-sink
Version:
A file system sink for the BOB streaming protocol.
40 lines (39 loc) • 862 B
JSON
{
"name": "fs-sink",
"version": "0.1.5",
"description": "A file system sink for the BOB streaming protocol.",
"main": "index.js",
"scripts": {
"test-only": "tap test/*.js -J",
"lint": "standard --verbose",
"test": "npm run -s lint && npm run -s test-only"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fishrock123/fs-sink.git"
},
"keywords": [
"BOB",
"bob",
"streams",
"stream",
"pull",
"fs",
"sink",
"file",
"file system"
],
"author": "Jeremiah Senkpiel <fishrock123@rocketmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fishrock123/fs-sink/issues"
},
"homepage": "https://github.com/Fishrock123/bob",
"dependencies": {
"bob-streams": "^0.4.2"
},
"devDependencies": {
"standard": "^14.3.1",
"tap": "^14.10.5"
}
}