# SimpleJson

Combines JSON files in one

## Installation

Via npm on Node:

```
npm install simplejson
```

## Usage

TBD

## Samples

TBD

## Versions

- 0.0.1 Published
- 0.0.2 Published, using filenames as property names

## Contribution

Feel free to [file issues](https://github.com/ajlopez/SimpleJson) and submit
[pull requests](https://github.com/ajlopez/SimpleJson/pulls) — contributions are
welcome.

If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that `npm test` continues to pass.

