doubly-linked-list-adt
Version:
Doubly Linked List ADT for browser and nodejs
36 lines (35 loc) • 937 B
JSON
{
"name": "doubly-linked-list-adt",
"version": "0.1.1",
"description": "Doubly Linked List ADT for browser and nodejs",
"main": "dist/doubly-linked-list-adt.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pasangsherpa/doubly-linked-list-adt.git"
},
"keywords": [
"doubly-linked-list",
"adt",
"datatype",
"abstractdatatype"
],
"author": "Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pasangsherpa/doubly-linked-list-adt/issues"
},
"homepage": "https://github.com/pasangsherpa/doubly-linked-list-adt",
"devDependencies": {
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-header": "~1.0.5",
"gulp-jshint": "~1.8.4",
"gulp-load-plugins": "~0.5.3",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.3.1",
"mocha": "*"
}
}