-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First attempt at Bowerifying BrowserFS.
- Loading branch information
John Vilk
committed
Jul 31, 2013
1 parent
2ee9af5
commit 888d494
Showing
3 changed files
with
4,610 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "BrowserFS", | ||
"version": "0.1.0", | ||
"main": [ "./dist/browserfs.min.js", "./dist/browserfs.js" ], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
Oops, something went wrong.