https://github.com/pull-stream/pull-stream
Raw File
Tip revision: f2094a0360975cb77c09e9635cf7ce2801178945 authored by Dominic Tarr on 31 October 2016, 11:39:37 UTC
3.5.0
Tip revision: f2094a0
package.json
{
  "name": "pull-stream",
  "description": "minimal pull stream",
  "version": "3.5.0",
  "homepage": "https://pull-stream.github.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/pull-stream/pull-stream.git"
  },
  "devDependencies": {
    "fastbench": "^1.0.1",
    "pull-abortable": "~2.0.0",
    "tape": "~2.12.3"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  "license": "MIT"
}
back to top