linkedlist-js
Version:
A Doubly Linked List Implementation in Javascript
30 lines (29 loc) • 651 B
JSON
{
"name": "linkedlist-js",
"version": "1.3.0",
"description": "A Doubly Linked List Implementation in Javascript",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hedronium/LinkedList.js.git"
},
"keywords": [
"doubly",
"linked",
"list",
"data",
"structure"
],
"author": "Omran Jamal <o.jamal97@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hedronium/LinkedList.js/issues"
},
"homepage": "https://github.com/Hedronium/LinkedList.js#readme",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}