Skip to content

Commit

Permalink
create a fake async file I/O method (fs.readFile); use it in a test a…
Browse files Browse the repository at this point in the history
…s a proof of concept
  • Loading branch information
hegemonic committed Oct 24, 2012
1 parent ca98805 commit 993d0fe
Show file tree
Hide file tree
Showing 11 changed files with 831 additions and 33 deletions.
1 change: 1 addition & 0 deletions Jake/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
],
"dependencies": {
"async": "0.1.22",
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
"js2xmlparser": "0.1.0",
"jshint": "0.9.1",
Expand Down
10 changes: 10 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ license, which is reproduced below:
> SOFTWARE.

## Async.js ##

Async.js is distributed under the MIT license, which is reproduced above.

Copyright (c) 2010 Caolan McMahon.

The source code for Async.js is available at:
https://github.com/caolan/async


## github-flavored-markdown ##

github-flavored-markdown is distributed under the BSD 3-clause license:
Expand Down
19 changes: 19 additions & 0 deletions node_modules/async/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/async/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 993d0fe

Please sign in to comment.