{
		"name": "@jsundefined/algojs",
		"version": "1.3.0",
		"description": "Algorithms and data structures in JavaScript",
		"main": "index.js",
		"scripts": {
				"test": "node test/run-tests.js"
		},
		"repository": {
				"type": "git",
				"url": "git+https://github.com/raynirmalya/algojs.git"
		},
		"keywords": [
				"Algorithms",
				"Data",
				"Structure",
				"Algojs",
				"JSundefined",
				"Javascript",
				"Collections",
				"Sortig",
				"javascript",
				"Searching",
				"Javascript",
				"beadsort",
				"bitonicsort",
				"bogosort",
				"bubblesort",
				"bucketsort",
				"cocktailsort",
				"combsort",
				"countsort",
				"cyclesort",
				"gnomesort",
				"heapsort",
				"insertionsort",
				"mergesort",
				"pancakesort",
				"pigeonholesort",
				"quicksort",
				"radixsort",
				"selectionsort",
				"shellsort",
				"sleepsort",
				"stoogesort",
				"strandsort",
				"swapsort",
				"timsort",
				"BinarySearch",
				"ExponentialSearch",
				"FibonacciSearch",
				"InterpolationSearch",
				"JumpSearch",
				"LinearSearch",
				"Queue",
				"Deque",
				"LinkedList",
				"Stack"
		],
		"author": "Nirmalya Roy",
		"license": "MIT",
		"bugs": {
				"url": "https://github.com/raynirmalya/algojs/issues"
		},
		"homepage": "https://github.com/raynirmalya/algojs#readme"
}
