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
- Host: GitHub
- URL: https://github.com/electron/packages
- Owner: electron
- Archived: true
- Created: 2016-06-23T19:09:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T18:12:30.000Z (over 7 years ago)
- Last Synced: 2025-09-21T00:30:56.446Z (4 months ago)
- Language: JavaScript
- Homepage: http://npm.im/electron-npm-packages
- Size: 16.4 MB
- Stars: 17
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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