-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started using bower and cleaned up file references
- Loading branch information
jacobawenger
committed
May 1, 2014
1 parent
2aa7cd8
commit e018314
Showing
6 changed files
with
53 additions
and
12,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
bower_components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "ReactFire", | ||
"version": "0.0.0", | ||
"homepage": "https://github.com/firebase/ReactFire", | ||
"authors": [ | ||
"jacobawenger <[email protected]>" | ||
], | ||
"description": "Firebase mixin for ReactJS", | ||
"main": "ReactFireMixin.js", | ||
"keywords": [ | ||
"react", | ||
"firebase" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"examples", | ||
"node_modules", | ||
"bower_components" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "todoApp", | ||
"version": "0.0.0", | ||
"homepage": "https://github.com/firebase/ReactFire", | ||
"authors": [ | ||
"jacobawenger <[email protected]>" | ||
], | ||
"description": "ReactFireMixin Todo app demo", | ||
"main": "index.html", | ||
"keywords": [ | ||
"react", | ||
"firebase" | ||
], | ||
"license": "MIT", | ||
"private": true, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"react": "~0.10.0", | ||
"firebase": "~1.0.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.