UNPKG

742 BJSONView Raw
1{
2 "name": "bumped-finepack",
3 "description": "Lints your JSON's and keep them readables.",
4 "homepage": "https://github.com/Bumped/bumped-finepack",
5 "version": "0.0.0",
6 "main": "./index.js",
7 "author": {
8 "email": "josefrancisco.verdu@gmail.com",
9 "name": "Kiko Beats",
10 "url": "https://github.com/Kikobeats"
11 },
12 "repository": "Bumped/bumped-finepack",
13 "bugs": {
14 "url": "https://github.com/Bumped/bumped-finepack/issues"
15 },
16 "keywords": [],
17 "dependencies": {
18 "acho": "~1.0.8",
19 "async": "~1.4.0"
20 },
21 "devDependencies": {
22 "mocha": "*",
23 "should": "*"
24 },
25 "engines": {
26 "node": ">= 0.10.0",
27 "npm": ">= 1.4.0"
28 },
29 "scripts": {
30 "test": "sh test/test.sh"
31 },
32 "license": "MIT"
33}