Skip to content

Commit

Permalink
Adding bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Oct 8, 2015
1 parent 5836fdb commit 974de19
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "nanoflux",
"description": "nanoflux is a very lightweight (less than 3 KiB!) agnostic full Flux implementation.",
"homepage": "https://github.com/ohager/nanoflux",
"authors": [
"ohager <oliver.hager@dextra.com.br>"
],
"repository": {
"type": "git",
"url": "git://github.com/ohager/nanoflux.git"
},
"main": "./src/nanoflux.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"flux"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"perf",
"spec"
]
}

0 comments on commit 974de19

Please sign in to comment.