package-good
v0.1.0
Published
naive judge of the quality of a `package.json` for an open source project
Downloads
3
Maintainers
Readme
package good
naive judge of the quality of a package.json
for an open source project
Install
npm install package-good
Usage
var packageGood = require('package-good');
// returns a hash representing % for each category
// 1 is good, 0 is bad
packageGood({ /* parsed package.json here */ });
// -> { maintainers: 1, ... }
License
MIT