13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "mithril-stream",
|
|
"version": "1.1.0",
|
|
"description": "Streaming data, mithril-style",
|
|
"main": "stream.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"keywords": [ "stream", "reactive", "data" ],
|
|
"author": "Leo Horie <lhorie@hotmail.com>",
|
|
"license": "MIT",
|
|
"repository": "MithrilJS/mithril.js"
|
|
}
|