We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866c055 + 9cb9877 commit 1a17333Copy full SHA for 1a17333
bower.json
@@ -0,0 +1,33 @@
1
+{
2
+ "name": "nuclear-js",
3
+ "version": "1.1.0",
4
+ "homepage": "https://github.com/optimizely/nuclear-js",
5
+ "authors": [
6
+ "Jordan Garcia"
7
+ ],
8
+ "description": "Immutable, reactive Flux architecture. UI Agnostic.",
9
+ "main": "dist/nuclear.js",
10
+ "moduleType": [
11
+ "amd",
12
+ "globals",
13
+ "node"
14
15
+ "keywords": [
16
+ "flux",
17
+ "nuclear",
18
+ "immutable",
19
+ "react",
20
+ "vue",
21
+ "vuejs",
22
+ "functional",
23
+ "stateless"
24
25
+ "license": "MIT",
26
+ "ignore": [
27
+ "**/.*",
28
+ "node_modules",
29
+ "bower_components",
30
+ "test",
31
+ "tests"
32
+ ]
33
+}
0 commit comments