Skip to content

Commit

Permalink
Merge pull request #135 from bonobos/bower
Browse files Browse the repository at this point in the history
Add bower support
  • Loading branch information
jordangarcia committed Jul 27, 2015
2 parents 866c055 + 9cb9877 commit 1a17333
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 1a17333

Please sign in to comment.