bumped-finepack
Version:
Lints your JSON Config files and keep them readables.
47 lines (46 loc) • 975 B
JSON
{
"name": "bumped-finepack",
"description": "Lints your JSON Config files and keep them readables.",
"homepage": "https://github.com/Bumped/bumped-finepack",
"version": "0.4.1",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bumped/bumped-finepack.git"
},
"bugs": {
"url": "https://github.com/Bumped/bumped-finepack/issues"
},
"keywords": [
"bumped",
"finepack",
"plugin"
],
"dependencies": {
"async": "~3.2.0",
"chalk": "~4.0.0",
"coffeescript": "~2.5.1",
"finepack": "~2.10.1",
"json-future": "~2.2.4"
},
"devDependencies": {
"mocha": "latest",
"should": "latest"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "sh test/test.sh"
},
"license": "MIT"
}