From 9cb987750b476a4f88153e591b8f15e3af989b2b Mon Sep 17 00:00:00 2001 From: Jack Chu Date: Mon, 27 Jul 2015 15:17:03 -0400 Subject: [PATCH] add bower.json file --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..09f8c8a --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "nuclear-js", + "version": "1.1.0", + "homepage": "https://github.com/optimizely/nuclear-js", + "authors": [ + "Jordan Garcia" + ], + "description": "Immutable, reactive Flux architecture. UI Agnostic.", + "main": "dist/nuclear.js", + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "flux", + "nuclear", + "immutable", + "react", + "vue", + "vuejs", + "functional", + "stateless" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}