22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"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 <nybble41@gmail.com>",
|
|
"license": "CC-PDDC",
|
|
"devDependencies": {
|
|
"mocha": "^7.1.1"
|
|
}
|
|
}
|