promise-stream/package.json

12 lines
301 B
JSON

{
"name": "promise-stream",
"version": "0.1.0",
"description": "a stream of updates connected with promises",
"main": "promise-stream.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jesse McDonald <nybble41@gmail.com>",
"license": "CC-PDDC"
}