level-community
Version:
Meta data on members of the LevelDB community
33 lines (18 loc) • 1.2 kB
Markdown
# level-community
> Gathers common information related to projects in the `Level` community
[![level badge][level-badge]](https://github.com/level/awesome)
When creating a new project. Either link to this repository or include it as a dependency in `package.json`.
## API
Contributors can be accessed from code by:
```js
var contributors = require('level-community').contributors
console.log(JSON.stringify(contributors, null, 2))
```
## Contributing
`Level` projects are **OPEN Open Source Projects**. This means that:
> Individuals making significant and valuable contributions are given commit-access to a project to contribute as they see fit. A project is more like an open wiki than a standard guarded open source project.
See the [`CONTRIBUTING.md`](https://github.com/level/community/blob/master/CONTRIBUTING.md) file for more details.
## License
Copyright © 2012-present `Level` contributors.
`Level` projects are licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included [`LICENSE.md`](https://github.com/level/community/blob/master/LICENSE.md) file for more details.
[level-badge]: http://leveldb.org/img/badge.svg