17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "sortby",
|
|
"description": "Sort object by property name",
|
|
"version": "2.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"
|
|
},
|
|
"dependencies": {
|
|
"metaltest": "git+https://git.tranche.ca/fmatte/metaltest"
|
|
}
|
|
}
|