Adding third party plugin to meteor

Hello guys,

I wanted to know whether it is possible to add third party plugins to meteor framework for example
if i want to include swipe to delete plugin http://www.jqueryscript.net/other/jQuery-Plugin-For-iOS-like-Swipe-To-Delete-swipeTo.html

how can i include this?
where is this js file to be included so that i won’t throw back any errors.

Create a new. js file with the plugin code and drop it in the /client/lib/ folder