Skip to content

Commit 1a17333

Browse files
committed
Merge pull request #135 from bonobos/bower
Add bower support
2 parents 866c055 + 9cb9877 commit 1a17333

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

bower.json

+33
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)