arotable
Version:
A self-sorting number data structure.
27 lines (26 loc) • 609 B
JSON
{
"name": "arotable",
"version": "5.3.1",
"description": "A self-sorting number data structure.",
"main": "AroTable.js",
"scripts": {
"test": "echo \"No test specified\""
},
"keywords": [
"AroTable",
"Sorting",
"Number",
"Data-Structure"
],
"author": "Emmanuel Agbavwe",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/Aro1914/AroTable.git"
},
"bugs": {
"url": "https://github.com/Aro1914/AroTable/issues"
},
"homepage": "https://github.com/Aro1914/AroTable#readme"
}