priority-queue-adt
Version:
Priority Queue ADT for browser and nodejs
33 lines (32 loc) • 872 B
JSON
{
"name": "priority-queue-adt",
"version": "0.0.0",
"description": "Priority Queue ADT for browser and nodejs",
"main": "dist/priority-queue-adt.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pasangsherpa/priority-queue-adt.git"
},
"keywords": [
"priorityqueue",
"adt",
"datatype",
"abstractdatatype"
],
"author": "Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pasangsherpa/priority-queue-adt/issues"
},
"homepage": "https://github.com/pasangsherpa/priority-queue-adt",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"load-grunt-tasks": "^0.4.0"
}
}