gitextract_snamz3o5/ ├── .gitignore ├── .jshintignore ├── .jshintrc ├── Gruntfile.js ├── LICENSE.md ├── README.md ├── bower.json ├── package.json ├── serve.js ├── source/ │ ├── index.haml │ ├── javascripts/ │ │ ├── lib.js │ │ ├── main.js │ │ └── timesheet.js │ ├── snippets/ │ │ └── example-date.js │ └── stylesheets/ │ ├── _normalize.sass │ ├── style.sass │ ├── timesheet-white.sass │ └── timesheet.sass └── test/ └── timesheet.js