objectsort
Version:
Easy way to sort an array of objects by key.
12 lines (11 loc) • 452 B
JSON
{
"name": "objectsort",
"version": "1.0.0",
"description": "Easy way to sort an array of objects by key.",
"main": "index.js",
"author": "Josemi Juanes <jmjuanes@outlook.com>",
"license": "MIT",
"devDependencies": { "gulp": "^3.0.9", "gulp-uglify": "1.4.2", "gulp-rename": "1.2.2" },
"repository": {"type": "git", "url": "https://github.com/jmjuanes/objectsort.git"},
"keywords": ["array", "object", "sort", "multisort"]
}