splits out the webpack and browserify configs into their own files instead of script arguments
reorganizes the files into directories so that app root isn't so cluttered
and so people don't get the wrong idea about what certain files are for, like mistakenly thinking the webpack and browserify configs are for building this library when they are only for testing this library
optimizes the test builds with noParse and externals
adds documentation for how a user may similarly apply bundler performance optimizations in their own builds, primarily around ammo
fixes #12
adds documentation describing the physijs modifications this library has made
noParse
andexternals
ammo
physijs
modifications this library has made