{ "name": "promise-stream", "version": "0.1.0", "description": "a stream of updates connected with promises", "main": "promise-stream.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://jessemcdonald.info/gogs/nybble/promise-stream.git" }, "author": "Jesse McDonald ", "license": "CC-PDDC", "devDependencies": { "mocha": "^7.1.1" } }