feat: Make streams publishable to NPM (#1635)

This commit is contained in:
Pat Cavit 2017-02-17 13:01:32 -08:00 committed by GitHub
parent 419d08fe8b
commit e324cf6b91

13
stream/package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "mithril-stream",
"version": "1.0.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": "lhorie/mithril.js"
}