├── .gitignore
├── .github
├── ISSUE_TEMPLATE.md
└── PULL_REQUEST_TEMPLATE.md
├── swipe
├── swipe.html
├── swipe.css
└── swipe.coffee
├── package.js
├── versions.json
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | .build*
2 | *.DS_Store
3 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | This project is not unmaintained. Please let me know if you'd like to maintain this project.
--------------------------------------------------------------------------------
/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | This project is not unmaintained. Please let me know if you'd like to maintain this project.
--------------------------------------------------------------------------------
/swipe/swipe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |