sortby/package.json

14 lines
313 B
JSON
Raw Normal View History

2023-09-11 10:31:30 -04:00
{
"name": "sortby",
"description": "Sort object by property name",
"version": "1.0.0",
"author": "Frédéric Matte <fmatte@gmail.com>",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://git.tranche.ca/fmatte/sortby"
}
}