# angular-masonry-packed

> packed version of [passy/angular-masonry](https://github.com/passy/angular-masonry) including the most dependencies

Latest version **0.14.4** (published 2016-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular-masonry-packed
pnpm add angular-masonry-packed
yarn add angular-masonry-packed
bun add angular-masonry-packed
```

## 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.14.4 |
| Published | 2016-01-17 |
| First published | 2016-01-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+14 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | johnnythetank |

## Links

- npm: https://www.npmjs.com/package/angular-masonry-packed
- Repository: https://github.com/JohnnyTheTank/angular-masonry-packed
- Homepage: https://github.com/JohnnyTheTank/angular-masonry-packed#readme
- Issues: https://github.com/JohnnyTheTank/angular-masonry-packed/issues
- npm.io page: https://npm.io/package/angular-masonry-packed

## Dependencies (2)

- [jquery](https://npm.io/package/jquery.md) ~2.1.0
- [angular](https://npm.io/package/angular.md) ^1.3.0

## Recent versions

- 0.14.4 (latest) — 2016-01-17
- 0.14.3 — 2016-01-06
- 0.14.1 — 2016-01-06

## README

packed version of [passy/angular-masonry](https://github.com/passy/angular-masonry) including the most dependencies

## Usage
1. Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/) or downloaded files:
    1. `bower install --save angular-masonry-packed`
    2. `npm install --angular-masonry-packed`
    3. download [angular-masonry-packed.zip](https://github.com/JohnnyTheTank/angular-masonry-packed/zipball/master)
2. Add `wu.masonry` to your application's module dependencies.
3. Include dependencies in your HTML.
    1. When using bower:
    ```html
    <script src="bower_components/jquery/dist/jquery.js"></script>
    <script src="bower_components/angular/angular.js"></script>
    <script src="bower_components/angular-masonry-packed/dist/angular-masonry-packed.min.js"></script>
    ```
    2. When using npm:
    ```html
    <script src="node_modules/jquery/dist/jquery.js"></script>
    <script src="node_modules/angular/angular.js"></script>
    <script src="node_modules/angular-masonry-packed/dist/angular-masonry-packed.min.js"></script>
    ```
    3. when using downloaded files
    ```html
    <script src="jquery.js"></script>
    <script src="angular.js"></script>
    <script src="angular-masonry-packed.min.js"></script>
    ```
        
4. read docs on this the original repo: [passy/angular-masonry](https://github.com/passy/angular-masonry)

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