diff --git a/hb_client/src/assets/face.png b/hb_client/src/assets/face.png new file mode 100644 index 0000000..f2b389a Binary files /dev/null and b/hb_client/src/assets/face.png differ diff --git a/hb_client/src/assets/tracking/.bowerrc b/hb_client/src/assets/tracking/.bowerrc new file mode 100644 index 0000000..603834e --- /dev/null +++ b/hb_client/src/assets/tracking/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "../" +} diff --git a/hb_client/src/assets/tracking/.editorconfig b/hb_client/src/assets/tracking/.editorconfig new file mode 100644 index 0000000..27e00a7 --- /dev/null +++ b/hb_client/src/assets/tracking/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false diff --git a/hb_client/src/assets/tracking/.gitignore b/hb_client/src/assets/tracking/.gitignore new file mode 100644 index 0000000..216d1ee --- /dev/null +++ b/hb_client/src/assets/tracking/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +node_modules +test/assets/benchmark.json diff --git a/hb_client/src/assets/tracking/.jshintrc b/hb_client/src/assets/tracking/.jshintrc new file mode 100644 index 0000000..27fcd40 --- /dev/null +++ b/hb_client/src/assets/tracking/.jshintrc @@ -0,0 +1,30 @@ +{ + "asi": false, + "bitwise": false, + "curly": true, + "eqeqeq": true, + "esnext": true, + "evil": false, + "forin": false, + "globals": { + "document": true, + "navigator": true, + "tracking": true, + "window": true + }, + "immed": true, + "indent": 2, + "lastsemic": false, + "maxdepth": false, + "multistr": false, + "newcap": true, + "noarg": true, + "node": true, + "onevar": false, + "quotmark": "single", + "regexp": true, + "smarttabs": true, + "trailing": true, + "undef": true, + "unused": true +} diff --git a/hb_client/src/assets/tracking/.travis.yml b/hb_client/src/assets/tracking/.travis.yml new file mode 100644 index 0000000..18ae2d8 --- /dev/null +++ b/hb_client/src/assets/tracking/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.11" + - "0.10" diff --git a/hb_client/src/assets/tracking/LICENSE.md b/hb_client/src/assets/tracking/LICENSE.md new file mode 100644 index 0000000..8d14ad3 --- /dev/null +++ b/hb_client/src/assets/tracking/LICENSE.md @@ -0,0 +1,30 @@ +Software License Agreement (BSD License) + +Copyright (c) 2014, Eduardo A. Lundgren Melo. +All rights reserved. + +Redistribution and use of this software in source and binary forms, with or without modification, are +permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* The name of Eduardo A. Lundgren Melo may not be used to endorse or promote products + derived from this software without specific prior + written permission of Eduardo A. Lundgren Melo. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/hb_client/src/assets/tracking/README.md b/hb_client/src/assets/tracking/README.md new file mode 100644 index 0000000..8d02fd6 --- /dev/null +++ b/hb_client/src/assets/tracking/README.md @@ -0,0 +1,100 @@ + + +