UNPKG

1.73 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.6.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": "~3.3.0",
42 "acho-skin-cli": "~1.0.0",
43 "chalk": "~2.1.0",
44 "coffee-script": "~1.12.6",
45 "existential-default": "~1.3.1",
46 "json-is-equal": "~1.0.0",
47 "jsonlint": "~1.6.2",
48 "lodash.defaults": "~4.2.0",
49 "lodash.omit": "~4.5.0",
50 "meow": "~3.7.0",
51 "normalize-package-data": "~2.4.0",
52 "sort-keys-recursive": "~2.0.0",
53 "update-notifier": "~2.2.0"
54 },
55 "devDependencies": {
56 "coveralls": "latest",
57 "git-dirty": "latest",
58 "mocha": "latest",
59 "nyc": "latest",
60 "should": "latest",
61 "standard": "latest",
62 "standard-markdown": "latest"
63 },
64 "engines": {
65 "node": ">=4"
66 },
67 "scripts": {
68 "clean": "npm prune && npm i ",
69 "coveralls": "nyc report --reporter=text-lcov | coveralls",
70 "lint": "standard-markdown && standard",
71 "pretest": "npm run lint",
72 "test": "nyc mocha"
73 },
74 "preferGlobal": true,
75 "license": "MIT"
76}