0.1.0 • Published 10 years ago

package-good v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

package good Build Status

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