You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
432 B
19 lines
432 B
7 years ago
|
{
|
||
|
"name": "@codefeathers/infinite",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Infinitely generating linked list with memoisation (or an n-generator)",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"infinite",
|
||
|
"list",
|
||
|
"data structure",
|
||
|
"datatypes",
|
||
|
"generators"
|
||
|
],
|
||
|
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
||
|
"license": "MIT"
|
||
|
}
|