sortby/package.json

17 lines
401 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"
2023-09-19 12:10:17 -04:00
},
"dependencies": {
"metaltest": "git+https://git.tranche.ca/fmatte/metaltest"
2023-09-11 10:31:30 -04:00
}
}