From 974de191b4118c05808930e236f37bf0029dac1a Mon Sep 17 00:00:00 2001 From: ohager Date: Thu, 8 Oct 2015 10:51:32 -0300 Subject: [PATCH] Adding bower file --- bower.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..7012645 --- /dev/null +++ b/bower.json @@ -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 " + ], + "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" + ] +}