UNPKG

1.75 kBJSONView Raw
1{
2 "name": "finepack",
3 "description": "Organizes and maintains your JSON files readable",
4 "homepage": "https://github.com/Kikobeats/finepack",
5 "version": "2.9.0",
6 "main": "index.js",
7 "bin": {
8 "finepack": "bin/index.js"
9 },
10 "author": {
11 "email": "josefrancisco.verdu@gmail.com",
12 "name": "Kiko Beats",
13 "url": "https://github.com/Kikobeats"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Kikobeats/finepack.git"
18 },
19 "bugs": {
20 "url": "https://github.com/Kikobeats/finepack/issues"
21 },
22 "keywords": [
23 "clean",
24 "cleanup",
25 "cli",
26 "deterministic",
27 "esthetic",
28 "json",
29 "lint",
30 "organize",
31 "package",
32 "package.json",
33 "pkg",
34 "tool",
35 "tooling",
36 "util",
37 "utility",
38 "validate"
39 ],
40 "dependencies": {
41 "acho": "~4.0.0",
42 "acho-skin-cli": "~2.0.1",
43 "chalk": "~2.4.0",
44 "coffee-script": "~1.12.7",
45 "existential-default": "~1.3.1",
46 "json-is-equal": "~1.0.0",
47 "jsonlint": "~1.6.2",
48 "lodash.omit": "~4.5.0",
49 "meow": "~5.0.0",
50 "normalize-package-data": "~2.4.0",
51 "sort-keys-recursive": "~2.0.1",
52 "update-notifier": "~2.5.0"
53 },
54 "devDependencies": {
55 "coveralls": "latest",
56 "git-dirty": "latest",
57 "mocha": "latest",
58 "nyc": "latest",
59 "should": "latest",
60 "standard": "latest",
61 "standard-markdown": "latest"
62 },
63 "engines": {
64 "node": ">=4"
65 },
66 "files": [
67 "bin",
68 "index.js",
69 "lib"
70 ],
71 "scripts": {
72 "clean": "npm prune && npm i ",
73 "coveralls": "nyc report --reporter=text-lcov | coveralls",
74 "lint": "standard-markdown && standard",
75 "pretest": "npm run lint",
76 "test": "nyc mocha"
77 },
78 "preferGlobal": true,
79 "license": "MIT"
80}