# storage [![NPM version](https://badge.fury.io/js/storage.svg)](http://badge.fury.io/js/storage)

> Basic object store for node.js

## Install
## Install with [npm](npmjs.org)

```bash
npm i storage --save
```

## Run tests

```bash
npm test
```

## Usage

```js
var storage = require('storage');
```

## API


## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/storage/issues)

## Author

**Jon Schlinkert**
 
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 

## License
Copyright (c) 2014 Jon Schlinkert  
Released under the MIT license

***

_This file was generated by [verb](https://github.com/assemble/verb) on December 16, 2014._