zepto : Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.. You can installing zepto npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install zepto $ sudo npm install -g zepto
If want to update the zepto package execute the command as below,
$ sudo npm update zepto
Update package globally,
$ npm install -g zepto
$ sudo git clone https://github.com/rektide/zepto.git
$ sudo npm install -g ./zepto
zepto@1.2.0 /usr/lib/node_modules/zepto
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zepto
| Package Name | zepto |
| Version | 1.2.0 |
| Description | Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto. |
| Released Date | 2016-07-13T20:53:40.595Z |
| Published by | mislav |
| How to Learn | https://www.npmjs.com/package/zepto/tutorial |