grunt-sort-json
Version:
Alphabetizing JSON files. Sort JSON files.
33 lines (32 loc) • 746 B
JSON
{
"name": "grunt-sort-json",
"version": "0.0.5",
"description": "Alphabetizing JSON files. Sort JSON files.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"json",
"sort",
"alphabetize",
"grunt",
"task"
],
"author": "Andrew Mead",
"contributors": [
{
"name": "Zachary Wolfe",
"email": "wolfe.zach@gmail.com",
"url": "http://zdwolfe.github.io"
}
],
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.2"
}
}