codehs-datastructures
Version:
Data structures used in the CodeHS editor.
18 lines (17 loc) • 377 B
JSON
{
"name": "codehs-datastructures",
"version": "1.2.0",
"description": "Data structures used in the CodeHS editor.",
"main": "datastructuresbase.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"data",
"structures",
"teaching",
"codehs"
],
"author": "CodeHS <hello@codehs.com>",
"license": "ISC"
}