# `mix npm.licenses`
[🔗](https://github.com/elixir-volt/npm_ex/blob/v0.7.4/lib/mix/tasks/npm.licenses.ex#L1)

List the license of each installed package.

    mix npm.licenses
    mix npm.licenses --summary

Reads the `license` field from each package's `package.json`.

## Options

  * `--summary` — show a count of each license type

---

*Consult [api-reference.md](api-reference.md) for complete listing*
