Moves node_modules from package root to bin/ folder

This is necessary since 'npm pack' removes root node_modules before creating archive.
Reviewed by sgrebnov.
diff --git a/wp8/node_modules/.bin/nopt b/wp8/bin/node_modules/.bin/nopt
similarity index 100%
rename from wp8/node_modules/.bin/nopt
rename to wp8/bin/node_modules/.bin/nopt
diff --git a/wp8/node_modules/.bin/nopt.cmd b/wp8/bin/node_modules/.bin/nopt.cmd
similarity index 100%
rename from wp8/node_modules/.bin/nopt.cmd
rename to wp8/bin/node_modules/.bin/nopt.cmd
diff --git a/wp8/node_modules/.bin/shjs b/wp8/bin/node_modules/.bin/shjs
similarity index 100%
rename from wp8/node_modules/.bin/shjs
rename to wp8/bin/node_modules/.bin/shjs
diff --git a/wp8/node_modules/.bin/shjs.cmd b/wp8/bin/node_modules/.bin/shjs.cmd
similarity index 100%
rename from wp8/node_modules/.bin/shjs.cmd
rename to wp8/bin/node_modules/.bin/shjs.cmd
diff --git a/wp8/node_modules/node-uuid/.npmignore b/wp8/bin/node_modules/node-uuid/.npmignore
similarity index 100%
rename from wp8/node_modules/node-uuid/.npmignore
rename to wp8/bin/node_modules/node-uuid/.npmignore
diff --git a/wp8/node_modules/node-uuid/LICENSE.md b/wp8/bin/node_modules/node-uuid/LICENSE.md
similarity index 100%
rename from wp8/node_modules/node-uuid/LICENSE.md
rename to wp8/bin/node_modules/node-uuid/LICENSE.md
diff --git a/wp8/node_modules/node-uuid/README.md b/wp8/bin/node_modules/node-uuid/README.md
similarity index 100%
rename from wp8/node_modules/node-uuid/README.md
rename to wp8/bin/node_modules/node-uuid/README.md
diff --git a/wp8/node_modules/node-uuid/benchmark/README.md b/wp8/bin/node_modules/node-uuid/benchmark/README.md
similarity index 100%
rename from wp8/node_modules/node-uuid/benchmark/README.md
rename to wp8/bin/node_modules/node-uuid/benchmark/README.md
diff --git a/wp8/node_modules/node-uuid/benchmark/bench.gnu b/wp8/bin/node_modules/node-uuid/benchmark/bench.gnu
similarity index 100%
rename from wp8/node_modules/node-uuid/benchmark/bench.gnu
rename to wp8/bin/node_modules/node-uuid/benchmark/bench.gnu
diff --git a/wp8/node_modules/node-uuid/benchmark/bench.sh b/wp8/bin/node_modules/node-uuid/benchmark/bench.sh
similarity index 100%
rename from wp8/node_modules/node-uuid/benchmark/bench.sh
rename to wp8/bin/node_modules/node-uuid/benchmark/bench.sh
diff --git a/wp8/node_modules/node-uuid/benchmark/benchmark-native.c b/wp8/bin/node_modules/node-uuid/benchmark/benchmark-native.c
similarity index 100%
rename from wp8/node_modules/node-uuid/benchmark/benchmark-native.c
rename to wp8/bin/node_modules/node-uuid/benchmark/benchmark-native.c
diff --git a/wp8/node_modules/node-uuid/benchmark/benchmark.js b/wp8/bin/node_modules/node-uuid/benchmark/benchmark.js
similarity index 100%
rename from wp8/node_modules/node-uuid/benchmark/benchmark.js
rename to wp8/bin/node_modules/node-uuid/benchmark/benchmark.js
diff --git a/wp8/node_modules/node-uuid/component.json b/wp8/bin/node_modules/node-uuid/component.json
similarity index 100%
rename from wp8/node_modules/node-uuid/component.json
rename to wp8/bin/node_modules/node-uuid/component.json
diff --git a/wp8/node_modules/node-uuid/package.json b/wp8/bin/node_modules/node-uuid/package.json
similarity index 100%
rename from wp8/node_modules/node-uuid/package.json
rename to wp8/bin/node_modules/node-uuid/package.json
diff --git a/wp8/node_modules/node-uuid/test/compare_v1.js b/wp8/bin/node_modules/node-uuid/test/compare_v1.js
similarity index 100%
rename from wp8/node_modules/node-uuid/test/compare_v1.js
rename to wp8/bin/node_modules/node-uuid/test/compare_v1.js
diff --git a/wp8/node_modules/node-uuid/test/test.html b/wp8/bin/node_modules/node-uuid/test/test.html
similarity index 100%
rename from wp8/node_modules/node-uuid/test/test.html
rename to wp8/bin/node_modules/node-uuid/test/test.html
diff --git a/wp8/node_modules/node-uuid/test/test.js b/wp8/bin/node_modules/node-uuid/test/test.js
similarity index 100%
rename from wp8/node_modules/node-uuid/test/test.js
rename to wp8/bin/node_modules/node-uuid/test/test.js
diff --git a/wp8/node_modules/node-uuid/uuid.js b/wp8/bin/node_modules/node-uuid/uuid.js
similarity index 100%
rename from wp8/node_modules/node-uuid/uuid.js
rename to wp8/bin/node_modules/node-uuid/uuid.js
diff --git a/wp8/node_modules/nopt/.npmignore b/wp8/bin/node_modules/nopt/.npmignore
similarity index 100%
rename from wp8/node_modules/nopt/.npmignore
rename to wp8/bin/node_modules/nopt/.npmignore
diff --git a/wp8/node_modules/nopt/LICENSE b/wp8/bin/node_modules/nopt/LICENSE
similarity index 100%
rename from wp8/node_modules/nopt/LICENSE
rename to wp8/bin/node_modules/nopt/LICENSE
diff --git a/wp8/node_modules/nopt/README.md b/wp8/bin/node_modules/nopt/README.md
similarity index 100%
rename from wp8/node_modules/nopt/README.md
rename to wp8/bin/node_modules/nopt/README.md
diff --git a/wp8/node_modules/nopt/examples/my-program.js b/wp8/bin/node_modules/nopt/examples/my-program.js
similarity index 100%
rename from wp8/node_modules/nopt/examples/my-program.js
rename to wp8/bin/node_modules/nopt/examples/my-program.js
diff --git a/wp8/node_modules/nopt/lib/nopt.js b/wp8/bin/node_modules/nopt/lib/nopt.js
similarity index 100%
rename from wp8/node_modules/nopt/lib/nopt.js
rename to wp8/bin/node_modules/nopt/lib/nopt.js
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md b/wp8/bin/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/CONTRIBUTING.md
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/LICENSE b/wp8/bin/node_modules/nopt/node_modules/abbrev/LICENSE
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/LICENSE
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/LICENSE
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/README.md b/wp8/bin/node_modules/nopt/node_modules/abbrev/README.md
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/README.md
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/README.md
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/abbrev.js b/wp8/bin/node_modules/nopt/node_modules/abbrev/abbrev.js
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/abbrev.js
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/abbrev.js
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/package.json b/wp8/bin/node_modules/nopt/node_modules/abbrev/package.json
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/package.json
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/package.json
diff --git a/wp8/node_modules/nopt/node_modules/abbrev/test.js b/wp8/bin/node_modules/nopt/node_modules/abbrev/test.js
similarity index 100%
rename from wp8/node_modules/nopt/node_modules/abbrev/test.js
rename to wp8/bin/node_modules/nopt/node_modules/abbrev/test.js
diff --git a/wp8/node_modules/nopt/package.json b/wp8/bin/node_modules/nopt/package.json
similarity index 100%
rename from wp8/node_modules/nopt/package.json
rename to wp8/bin/node_modules/nopt/package.json
diff --git a/wp8/node_modules/nopt/test/basic.js b/wp8/bin/node_modules/nopt/test/basic.js
similarity index 100%
rename from wp8/node_modules/nopt/test/basic.js
rename to wp8/bin/node_modules/nopt/test/basic.js
diff --git a/wp8/node_modules/q/CONTRIBUTING.md b/wp8/bin/node_modules/q/CONTRIBUTING.md
similarity index 100%
rename from wp8/node_modules/q/CONTRIBUTING.md
rename to wp8/bin/node_modules/q/CONTRIBUTING.md
diff --git a/wp8/node_modules/q/LICENSE b/wp8/bin/node_modules/q/LICENSE
similarity index 100%
rename from wp8/node_modules/q/LICENSE
rename to wp8/bin/node_modules/q/LICENSE
diff --git a/wp8/node_modules/q/README.md b/wp8/bin/node_modules/q/README.md
similarity index 100%
rename from wp8/node_modules/q/README.md
rename to wp8/bin/node_modules/q/README.md
diff --git a/wp8/node_modules/q/benchmark/compare-with-callbacks.js b/wp8/bin/node_modules/q/benchmark/compare-with-callbacks.js
similarity index 100%
rename from wp8/node_modules/q/benchmark/compare-with-callbacks.js
rename to wp8/bin/node_modules/q/benchmark/compare-with-callbacks.js
diff --git a/wp8/node_modules/q/benchmark/scenarios.js b/wp8/bin/node_modules/q/benchmark/scenarios.js
similarity index 100%
rename from wp8/node_modules/q/benchmark/scenarios.js
rename to wp8/bin/node_modules/q/benchmark/scenarios.js
diff --git a/wp8/node_modules/q/package.json b/wp8/bin/node_modules/q/package.json
similarity index 100%
rename from wp8/node_modules/q/package.json
rename to wp8/bin/node_modules/q/package.json
diff --git a/wp8/node_modules/q/q.js b/wp8/bin/node_modules/q/q.js
similarity index 100%
rename from wp8/node_modules/q/q.js
rename to wp8/bin/node_modules/q/q.js
diff --git a/wp8/node_modules/q/queue.js b/wp8/bin/node_modules/q/queue.js
similarity index 100%
rename from wp8/node_modules/q/queue.js
rename to wp8/bin/node_modules/q/queue.js
diff --git a/wp8/node_modules/shelljs/.documentup.json b/wp8/bin/node_modules/shelljs/.documentup.json
similarity index 100%
rename from wp8/node_modules/shelljs/.documentup.json
rename to wp8/bin/node_modules/shelljs/.documentup.json
diff --git a/wp8/node_modules/shelljs/.npmignore b/wp8/bin/node_modules/shelljs/.npmignore
similarity index 100%
rename from wp8/node_modules/shelljs/.npmignore
rename to wp8/bin/node_modules/shelljs/.npmignore
diff --git a/wp8/node_modules/shelljs/.travis.yml b/wp8/bin/node_modules/shelljs/.travis.yml
similarity index 100%
rename from wp8/node_modules/shelljs/.travis.yml
rename to wp8/bin/node_modules/shelljs/.travis.yml
diff --git a/wp8/node_modules/shelljs/LICENSE b/wp8/bin/node_modules/shelljs/LICENSE
similarity index 100%
rename from wp8/node_modules/shelljs/LICENSE
rename to wp8/bin/node_modules/shelljs/LICENSE
diff --git a/wp8/node_modules/shelljs/README.md b/wp8/bin/node_modules/shelljs/README.md
similarity index 100%
rename from wp8/node_modules/shelljs/README.md
rename to wp8/bin/node_modules/shelljs/README.md
diff --git a/wp8/node_modules/shelljs/global.js b/wp8/bin/node_modules/shelljs/global.js
similarity index 100%
rename from wp8/node_modules/shelljs/global.js
rename to wp8/bin/node_modules/shelljs/global.js
diff --git a/wp8/node_modules/shelljs/jshint.json b/wp8/bin/node_modules/shelljs/jshint.json
similarity index 100%
rename from wp8/node_modules/shelljs/jshint.json
rename to wp8/bin/node_modules/shelljs/jshint.json
diff --git a/wp8/node_modules/shelljs/make.js b/wp8/bin/node_modules/shelljs/make.js
similarity index 100%
rename from wp8/node_modules/shelljs/make.js
rename to wp8/bin/node_modules/shelljs/make.js
diff --git a/wp8/node_modules/shelljs/package.json b/wp8/bin/node_modules/shelljs/package.json
similarity index 100%
rename from wp8/node_modules/shelljs/package.json
rename to wp8/bin/node_modules/shelljs/package.json
diff --git a/wp8/node_modules/shelljs/scripts/docs.js b/wp8/bin/node_modules/shelljs/scripts/docs.js
similarity index 100%
rename from wp8/node_modules/shelljs/scripts/docs.js
rename to wp8/bin/node_modules/shelljs/scripts/docs.js
diff --git a/wp8/node_modules/shelljs/scripts/run-tests.js b/wp8/bin/node_modules/shelljs/scripts/run-tests.js
similarity index 100%
rename from wp8/node_modules/shelljs/scripts/run-tests.js
rename to wp8/bin/node_modules/shelljs/scripts/run-tests.js
diff --git a/wp8/node_modules/shelljs/shell.js b/wp8/bin/node_modules/shelljs/shell.js
similarity index 100%
rename from wp8/node_modules/shelljs/shell.js
rename to wp8/bin/node_modules/shelljs/shell.js
diff --git a/wp8/node_modules/shelljs/test/.npmignore b/wp8/bin/node_modules/shelljs/test/.npmignore
similarity index 100%
rename from wp8/node_modules/shelljs/test/.npmignore
rename to wp8/bin/node_modules/shelljs/test/.npmignore
diff --git a/wp8/node_modules/shelljs/test/cat.js b/wp8/bin/node_modules/shelljs/test/cat.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/cat.js
rename to wp8/bin/node_modules/shelljs/test/cat.js
diff --git a/wp8/node_modules/shelljs/test/cd.js b/wp8/bin/node_modules/shelljs/test/cd.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/cd.js
rename to wp8/bin/node_modules/shelljs/test/cd.js
diff --git a/wp8/node_modules/shelljs/test/chmod.js b/wp8/bin/node_modules/shelljs/test/chmod.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/chmod.js
rename to wp8/bin/node_modules/shelljs/test/chmod.js
diff --git a/wp8/node_modules/shelljs/test/config.js b/wp8/bin/node_modules/shelljs/test/config.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/config.js
rename to wp8/bin/node_modules/shelljs/test/config.js
diff --git a/wp8/node_modules/shelljs/test/cp.js b/wp8/bin/node_modules/shelljs/test/cp.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/cp.js
rename to wp8/bin/node_modules/shelljs/test/cp.js
diff --git a/wp8/node_modules/shelljs/test/dirs.js b/wp8/bin/node_modules/shelljs/test/dirs.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/dirs.js
rename to wp8/bin/node_modules/shelljs/test/dirs.js
diff --git a/wp8/node_modules/shelljs/test/echo.js b/wp8/bin/node_modules/shelljs/test/echo.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/echo.js
rename to wp8/bin/node_modules/shelljs/test/echo.js
diff --git a/wp8/node_modules/shelljs/test/env.js b/wp8/bin/node_modules/shelljs/test/env.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/env.js
rename to wp8/bin/node_modules/shelljs/test/env.js
diff --git a/wp8/node_modules/shelljs/test/exec.js b/wp8/bin/node_modules/shelljs/test/exec.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/exec.js
rename to wp8/bin/node_modules/shelljs/test/exec.js
diff --git a/wp8/node_modules/shelljs/test/find.js b/wp8/bin/node_modules/shelljs/test/find.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/find.js
rename to wp8/bin/node_modules/shelljs/test/find.js
diff --git a/wp8/node_modules/shelljs/test/grep.js b/wp8/bin/node_modules/shelljs/test/grep.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/grep.js
rename to wp8/bin/node_modules/shelljs/test/grep.js
diff --git a/wp8/node_modules/shelljs/test/ls.js b/wp8/bin/node_modules/shelljs/test/ls.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/ls.js
rename to wp8/bin/node_modules/shelljs/test/ls.js
diff --git a/wp8/node_modules/shelljs/test/make.js b/wp8/bin/node_modules/shelljs/test/make.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/make.js
rename to wp8/bin/node_modules/shelljs/test/make.js
diff --git a/wp8/node_modules/shelljs/test/mkdir.js b/wp8/bin/node_modules/shelljs/test/mkdir.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/mkdir.js
rename to wp8/bin/node_modules/shelljs/test/mkdir.js
diff --git a/wp8/node_modules/shelljs/test/mv.js b/wp8/bin/node_modules/shelljs/test/mv.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/mv.js
rename to wp8/bin/node_modules/shelljs/test/mv.js
diff --git a/wp8/node_modules/shelljs/test/popd.js b/wp8/bin/node_modules/shelljs/test/popd.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/popd.js
rename to wp8/bin/node_modules/shelljs/test/popd.js
diff --git a/wp8/node_modules/shelljs/test/pushd.js b/wp8/bin/node_modules/shelljs/test/pushd.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/pushd.js
rename to wp8/bin/node_modules/shelljs/test/pushd.js
diff --git a/wp8/node_modules/shelljs/test/pwd.js b/wp8/bin/node_modules/shelljs/test/pwd.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/pwd.js
rename to wp8/bin/node_modules/shelljs/test/pwd.js
diff --git a/wp8/node_modules/shelljs/test/resources/a.txt b/wp8/bin/node_modules/shelljs/test/resources/a.txt
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/a.txt
rename to wp8/bin/node_modules/shelljs/test/resources/a.txt
diff --git a/wp8/node_modules/shelljs/test/resources/chmod/a/b/c/.npmignore b/wp8/bin/node_modules/shelljs/test/resources/chmod/a/b/c/.npmignore
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/chmod/a/b/c/.npmignore
rename to wp8/bin/node_modules/shelljs/test/resources/chmod/a/b/c/.npmignore
diff --git a/wp8/node_modules/shelljs/test/resources/chmod/b/a/b/.npmignore b/wp8/bin/node_modules/shelljs/test/resources/chmod/b/a/b/.npmignore
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/chmod/b/a/b/.npmignore
rename to wp8/bin/node_modules/shelljs/test/resources/chmod/b/a/b/.npmignore
diff --git a/wp8/node_modules/shelljs/test/resources/chmod/c/a/b/.npmignore b/wp8/bin/node_modules/shelljs/test/resources/chmod/c/a/b/.npmignore
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/chmod/c/a/b/.npmignore
rename to wp8/bin/node_modules/shelljs/test/resources/chmod/c/a/b/.npmignore
diff --git a/wp8/node_modules/shelljs/test/resources/chmod/file1 b/wp8/bin/node_modules/shelljs/test/resources/chmod/file1
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/chmod/file1
rename to wp8/bin/node_modules/shelljs/test/resources/chmod/file1
diff --git a/wp8/node_modules/shelljs/test/resources/cp/a b/wp8/bin/node_modules/shelljs/test/resources/cp/a
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/cp/a
rename to wp8/bin/node_modules/shelljs/test/resources/cp/a
diff --git a/wp8/node_modules/shelljs/test/resources/cp/b b/wp8/bin/node_modules/shelljs/test/resources/cp/b
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/cp/b
rename to wp8/bin/node_modules/shelljs/test/resources/cp/b
diff --git a/wp8/node_modules/shelljs/test/resources/cp/dir_a/z b/wp8/bin/node_modules/shelljs/test/resources/cp/dir_a/z
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/cp/dir_a/z
rename to wp8/bin/node_modules/shelljs/test/resources/cp/dir_a/z
diff --git a/wp8/node_modules/shelljs/test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z b/wp8/bin/node_modules/shelljs/test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z
rename to wp8/bin/node_modules/shelljs/test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z
diff --git a/wp8/node_modules/shelljs/test/resources/external/node_script.js b/wp8/bin/node_modules/shelljs/test/resources/external/node_script.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/external/node_script.js
rename to wp8/bin/node_modules/shelljs/test/resources/external/node_script.js
diff --git a/wp8/node_modules/shelljs/test/resources/file1 b/wp8/bin/node_modules/shelljs/test/resources/file1
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file1
rename to wp8/bin/node_modules/shelljs/test/resources/file1
diff --git a/wp8/node_modules/shelljs/test/resources/file1.js b/wp8/bin/node_modules/shelljs/test/resources/file1.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file1.js
rename to wp8/bin/node_modules/shelljs/test/resources/file1.js
diff --git a/wp8/node_modules/shelljs/test/resources/file1.txt b/wp8/bin/node_modules/shelljs/test/resources/file1.txt
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file1.txt
rename to wp8/bin/node_modules/shelljs/test/resources/file1.txt
diff --git a/wp8/node_modules/shelljs/test/resources/file2 b/wp8/bin/node_modules/shelljs/test/resources/file2
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file2
rename to wp8/bin/node_modules/shelljs/test/resources/file2
diff --git a/wp8/node_modules/shelljs/test/resources/file2.js b/wp8/bin/node_modules/shelljs/test/resources/file2.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file2.js
rename to wp8/bin/node_modules/shelljs/test/resources/file2.js
diff --git a/wp8/node_modules/shelljs/test/resources/file2.txt b/wp8/bin/node_modules/shelljs/test/resources/file2.txt
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/file2.txt
rename to wp8/bin/node_modules/shelljs/test/resources/file2.txt
diff --git a/wp8/node_modules/shelljs/test/resources/find/.hidden b/wp8/bin/node_modules/shelljs/test/resources/find/.hidden
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/.hidden
rename to wp8/bin/node_modules/shelljs/test/resources/find/.hidden
diff --git a/wp8/node_modules/shelljs/test/resources/find/a b/wp8/bin/node_modules/shelljs/test/resources/find/a
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/a
rename to wp8/bin/node_modules/shelljs/test/resources/find/a
diff --git a/wp8/node_modules/shelljs/test/resources/find/b b/wp8/bin/node_modules/shelljs/test/resources/find/b
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/b
rename to wp8/bin/node_modules/shelljs/test/resources/find/b
diff --git a/wp8/node_modules/shelljs/test/resources/find/dir1/a_dir1 b/wp8/bin/node_modules/shelljs/test/resources/find/dir1/a_dir1
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/dir1/a_dir1
rename to wp8/bin/node_modules/shelljs/test/resources/find/dir1/a_dir1
diff --git a/wp8/node_modules/shelljs/test/resources/find/dir1/dir11/a_dir11 b/wp8/bin/node_modules/shelljs/test/resources/find/dir1/dir11/a_dir11
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/dir1/dir11/a_dir11
rename to wp8/bin/node_modules/shelljs/test/resources/find/dir1/dir11/a_dir11
diff --git a/wp8/node_modules/shelljs/test/resources/find/dir2/a_dir1 b/wp8/bin/node_modules/shelljs/test/resources/find/dir2/a_dir1
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/find/dir2/a_dir1
rename to wp8/bin/node_modules/shelljs/test/resources/find/dir2/a_dir1
diff --git a/wp8/node_modules/shelljs/test/resources/issue44/main.js b/wp8/bin/node_modules/shelljs/test/resources/issue44/main.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/issue44/main.js
rename to wp8/bin/node_modules/shelljs/test/resources/issue44/main.js
diff --git a/wp8/node_modules/shelljs/test/resources/ls/.hidden_dir/nada b/wp8/bin/node_modules/shelljs/test/resources/ls/.hidden_dir/nada
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/.hidden_dir/nada
rename to wp8/bin/node_modules/shelljs/test/resources/ls/.hidden_dir/nada
diff --git a/wp8/node_modules/shelljs/test/resources/ls/.hidden_file b/wp8/bin/node_modules/shelljs/test/resources/ls/.hidden_file
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/.hidden_file
rename to wp8/bin/node_modules/shelljs/test/resources/ls/.hidden_file
diff --git a/wp8/node_modules/shelljs/test/resources/ls/a_dir/.hidden_dir/nada b/wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/.hidden_dir/nada
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/a_dir/.hidden_dir/nada
rename to wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/.hidden_dir/nada
diff --git a/wp8/node_modules/shelljs/test/resources/ls/a_dir/b_dir/z b/wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/b_dir/z
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/a_dir/b_dir/z
rename to wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/b_dir/z
diff --git a/wp8/node_modules/shelljs/test/resources/ls/a_dir/nada b/wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/nada
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/a_dir/nada
rename to wp8/bin/node_modules/shelljs/test/resources/ls/a_dir/nada
diff --git a/wp8/node_modules/shelljs/test/resources/ls/file1 b/wp8/bin/node_modules/shelljs/test/resources/ls/file1
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/file1
rename to wp8/bin/node_modules/shelljs/test/resources/ls/file1
diff --git a/wp8/node_modules/shelljs/test/resources/ls/file1.js b/wp8/bin/node_modules/shelljs/test/resources/ls/file1.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/file1.js
rename to wp8/bin/node_modules/shelljs/test/resources/ls/file1.js
diff --git a/wp8/node_modules/shelljs/test/resources/ls/file2 b/wp8/bin/node_modules/shelljs/test/resources/ls/file2
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/file2
rename to wp8/bin/node_modules/shelljs/test/resources/ls/file2
diff --git a/wp8/node_modules/shelljs/test/resources/ls/file2.js b/wp8/bin/node_modules/shelljs/test/resources/ls/file2.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/ls/file2.js
rename to wp8/bin/node_modules/shelljs/test/resources/ls/file2.js
diff --git "a/wp8/node_modules/shelljs/test/resources/ls/filename\050with\051\133chars$\135^that.must+be-escaped" "b/wp8/bin/node_modules/shelljs/test/resources/ls/filename\050with\051\133chars$\135^that.must+be-escaped"
similarity index 100%
rename from "wp8/node_modules/shelljs/test/resources/ls/filename\050with\051\133chars$\135^that.must+be-escaped"
rename to "wp8/bin/node_modules/shelljs/test/resources/ls/filename\050with\051\133chars$\135^that.must+be-escaped"
diff --git a/wp8/node_modules/shelljs/test/resources/pushd/a/dummy b/wp8/bin/node_modules/shelljs/test/resources/pushd/a/dummy
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/pushd/a/dummy
rename to wp8/bin/node_modules/shelljs/test/resources/pushd/a/dummy
diff --git a/wp8/node_modules/shelljs/test/resources/pushd/b/c/dummy b/wp8/bin/node_modules/shelljs/test/resources/pushd/b/c/dummy
similarity index 100%
rename from wp8/node_modules/shelljs/test/resources/pushd/b/c/dummy
rename to wp8/bin/node_modules/shelljs/test/resources/pushd/b/c/dummy
diff --git a/wp8/node_modules/shelljs/test/rm.js b/wp8/bin/node_modules/shelljs/test/rm.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/rm.js
rename to wp8/bin/node_modules/shelljs/test/rm.js
diff --git a/wp8/node_modules/shelljs/test/sed.js b/wp8/bin/node_modules/shelljs/test/sed.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/sed.js
rename to wp8/bin/node_modules/shelljs/test/sed.js
diff --git a/wp8/node_modules/shelljs/test/tempdir.js b/wp8/bin/node_modules/shelljs/test/tempdir.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/tempdir.js
rename to wp8/bin/node_modules/shelljs/test/tempdir.js
diff --git a/wp8/node_modules/shelljs/test/test.js b/wp8/bin/node_modules/shelljs/test/test.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/test.js
rename to wp8/bin/node_modules/shelljs/test/test.js
diff --git a/wp8/node_modules/shelljs/test/to.js b/wp8/bin/node_modules/shelljs/test/to.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/to.js
rename to wp8/bin/node_modules/shelljs/test/to.js
diff --git a/wp8/node_modules/shelljs/test/which.js b/wp8/bin/node_modules/shelljs/test/which.js
similarity index 100%
rename from wp8/node_modules/shelljs/test/which.js
rename to wp8/bin/node_modules/shelljs/test/which.js