0.0.4 • Published 11 years ago

madeye-common v0.0.4

Weekly downloads
17
License
-
Repository
-
Last release
11 years ago

MadEye Common Files

These are a collection of files common to the apps of the MadEye project. The directory structure is as follows:

./src/              #Directory for common functions
./src/messages/     #Directory for BrowserChannel socket files.
./test/mock         #Directory for Mock objects
./test/unit         #Unit tests.  Directory structure should mirror src/ .
./test/integration  #Tests integrating multiple classes
./dist/             #Compiled js files from `jake compile`.