UNPKG

1.2 kBMarkdownView Raw
1# bumped-finepack
2
3![Last version](https://img.shields.io/github/tag/Bumped/bumped-finepack.svg?style=flat-square)
4[![Build Status](http://img.shields.io/travis/Bumped/bumped-finepack/master.svg?style=flat-square)](https://travis-ci.org/Bumped/bumped-finepack)
5[![Dependency status](http://img.shields.io/david/Bumped/bumped-finepack.svg?style=flat-square)](https://david-dm.org/Bumped/bumped-finepack)
6[![Dev Dependencies Status](http://img.shields.io/david/dev/Bumped/bumped-finepack.svg?style=flat-square)](https://david-dm.org/Bumped/bumped-finepack#info=devDependencies)
7[![NPM Status](http://img.shields.io/npm/dm/bumped-finepack.svg?style=flat-square)](https://www.npmjs.org/package/bumped-finepack)
8[![Gratipay](https://img.shields.io/gratipay/Kikobeats.svg?style=flat-square)](https://gratipay.com/~Kikobeats/)
9
10> Lints your JSON's and keep them readables.
11
12## Install
13
14```bash
15npm install bumped-finepack --save
16```
17
18## Usage
19
20```js
21var bumpedFinepack = require('bumped-finepack');
22```
23
24## API
25
26### bumpedFinepack(input, [options])
27
28#### input
29
30*Required*
31Type: `string`
32
33Lorem ipsum.
34
35#### options
36
37##### foo
38
39Type: `boolean`
40Default: `false`
41
42Lorem ipsum.
43
44## License
45
46MIT © [Bumped]()