doubly-linked-list-adt
Version:
Doubly Linked List ADT for browser and nodejs
30 lines (29 loc) • 615 B
JSON
{
"name": "doubly-linked-list-adt",
"version": "0.1.1",
"homepage": "https://github.com/pasangsherpa/doubly-linked-list-adt",
"authors": [
"Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)"
],
"description": "Doubly Linked List ADT for browser and nodejs",
"main": "dist/doubly-linked-list-adt.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"doubly-linked-list",
"adt",
"datatype",
"abstractdatatype"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}