Skip to content

Commit

Permalink
readme and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
iofjuupasli committed Nov 27, 2014
1 parent 59ef5a8 commit 6d05275
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kefir-react
====================

Usage [example](https://github.com/iofjuupasli/kefir-react-example)
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "kefir-react",
"version": "0.1.0",
"homepage": "https://github.com/iofjuupasli/kefir-react",
"authors": [
"iofjuupasli <[email protected]>"
],
"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"
]
}
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iofjuupasli/kefir-react/issues"
},
"homepage": "https://github.com/iofjuupasli/kefir-react"
}

0 comments on commit 6d05275

Please sign in to comment.