A collection of all npm packages that mention electron in their package.json
Перейти к файлу
Zeke Sikelianos 44458447ea
fix: npm permissions (again) (#6)
2018-05-14 11:10:41 -07:00
lib feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00
packages new package info 2018-05-08 15:20:06 -07:00
script feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00
.npmignore remove reports 2016-11-29 13:09:37 -08:00
.travis.yml feat: add semantic-release 2018-05-08 15:11:42 -07:00
README.md feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00
index.json feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00
package.json feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00
test.js feat: moar cleanup (#4) 2018-05-09 08:54:00 -07:00

README.md

electron-npm-packages

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

Installation

npm install electron-npm-packages --save

Usage

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

packages.length
// => 3401

License

MIT