diff --git a/.gitignore b/.gitignore index e05c629..f1c9007 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *.swp node_modules /build -/component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..41cbe13 --- /dev/null +++ b/component.json @@ -0,0 +1,9 @@ +{ + "name": "bean" + , "description": "A small, fast, framework-agnostic event manager" + , "version": "1.0.2" + , "keywords": [ "ender", "events", "event", "dom" ] + , "main": "bean.js" + , "scripts": ["bean.js"] + , "repo": "https://github.com/fat/bean" +}