# jquery-easing

> node wrapper for jQuery Easing plugin by George McGinley Smith

Latest version **0.0.1** (published 2015-05-30) · LicenseRef-LICENSE license · 0 weekly downloads

## Install

```sh
npm install jquery-easing
pnpm add jquery-easing
yarn add jquery-easing
bun add jquery-easing
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2015-05-30 |
| First published | 2015-05-30 |
| Weekly downloads | 0 |
| License | LicenseRef-LICENSE |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | terikon |

## Links

- npm: https://www.npmjs.com/package/jquery-easing
- Repository: https://github.com/viskin/jquery-easing
- Issues: https://github.com/viskin/jquery-easing/issues
- npm.io page: https://npm.io/package/jquery-easing

## Dependencies (1)

- [jquery](https://npm.io/package/jquery.md) *

## Recent versions

- 0.0.1 (latest) — 2015-05-30

## README

# Node wrapper for jQuery Easing plugin

[jQuery Easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/) is great library by George McGinley Smith.

This project wraps it with [UMD](https://github.com/umdjs/umd), so it will be easier to use with AMD and Node.
This especially useful for [NW.js](http://nwjs.io/).

To install:

```
npm install jquery-easing
```

Usage:

```js
var jQuery = require("jquery-easing");
```

---
_Source: https://npm.io/package/jquery-easing · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
