Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electron/packages

A collection of all npm packages that mention `electron` in their package.json
https://github.com/electron/packages

Last synced: 3 months ago
JSON representation

A collection of all npm packages that mention `electron` in their package.json

Awesome Lists containing this project

README

        

# electron-npm-packages

A collection of all npm packages that mention `electron` in their `package.json`

## Installation

```sh
npm install electron-npm-packages --save
```

## Usage

```js
const packages = require('electron-npm-packages')

packages.length
// => 3401
```

## License

MIT