From 6d05275ac2cbe8c32fe8b13c1a14975d28ce6295 Mon Sep 17 00:00:00 2001 From: iofjuupasli Date: Thu, 27 Nov 2014 18:17:45 +0300 Subject: [PATCH] readme and packaging --- README.md | 4 ++++ bower.json | 30 ++++++++++++++++++++++++++++++ package.json | 25 +++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 README.md create mode 100644 bower.json create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..60b16de --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +kefir-react +==================== + +Usage [example](https://github.com/iofjuupasli/kefir-react-example) diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..593f73f --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "kefir-react", + "version": "0.1.0", + "homepage": "https://github.com/iofjuupasli/kefir-react", + "authors": [ + "iofjuupasli " + ], + "description": "Mixin for linking Kefir.js observables as state value", + "main": "KefirConnect.js", + "moduleType": [ + "amd", + "es6", + "globals", + "node" + ], + "keywords": [ + "react", + "kefir", + "frp", + "mixin" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..602d0fd --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "kefir-react", + "version": "0.1.0", + "description": "Mixin for linking Kefir.js observables as state value", + "main": "KefirConnect.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/iofjuupasli/kefir-react.git" + }, + "keywords": [ + "react", + "kefir", + "frp", + "mixin" + ], + "author": "Tretyak Valery ", + "license": "MIT", + "bugs": { + "url": "https://github.com/iofjuupasli/kefir-react/issues" + }, + "homepage": "https://github.com/iofjuupasli/kefir-react" +}