Also, correct the change logs to be much more consistent between each other and ensure the ospec and stream change logs are linked to from Mithril's primary change log.
14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"name": "mithril-stream",
|
|
"version": "2.0.0",
|
|
"description": "Streaming data, mithril-style",
|
|
"main": "stream.js",
|
|
"module": "stream.mjs",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"keywords": [ "stream", "reactive", "data" ],
|
|
"author": "Leo Horie <lhorie@hotmail.com>",
|
|
"license": "MIT",
|
|
"repository": "MithrilJS/mithril.js"
|
|
}
|