fmtjson
Version:
Format json files.
51 lines • 1.16 kB
JSON
{
"name": "fmtjson",
"version": "5.0.2",
"description": "Format json files.",
"main": "lib",
"browser": {
"./sort_properties": "shim/browser/sort_properties"
},
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js && ./ci/browser.js"
},
"repository": "okunishinishi/node-fmtjson",
"keywords": [
"file",
"json",
"format"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/node-fmtjson/issues"
},
"homepage": "https://github.com/okunishinishi/node-fmtjson#readme",
"dependencies": {
"aglob": "^3.0.2",
"argx": "^4.0.4",
"asfs": "^2.3.0",
"writeout": "^2.3.4"
},
"devDependencies": {
"ababel": "^6.1.5",
"amocha": "^7.1.1",
"ape-releasing": "^5.0.7",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.2.0",
"injectmock": "^2.0.0",
"sharegit": "^1.0.4"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}