grunt-json-sort
Version:
Alphabetizing JSON files, regardless of their type.
38 lines (37 loc) • 840 B
JSON
{
"name": "grunt-json-sort",
"version": "1.0.1",
"description": "Alphabetizing JSON files, regardless of their type.",
"main": "tasks/sortJSON.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"json",
"sort",
"alphabetize",
"grunt",
"task"
],
"author": "Rahul Doshi",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.2",
"matchdep": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/doshprompt/grunt-json-sort.git"
},
"bugs": {
"url": "https://github.com/doshprompt/grunt-json-sort/issues"
},
"homepage": "https://github.com/doshprompt/grunt-json-sort"
}