{
  "name": "ds.algo",
  "version": "1.0.6",
  "description": "Data Structures and Sorting Algorithms",
  "main": "DS.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jatin-arora/npm.git"
  },
  "keywords": [
    "Stack",
    "Queue",
    "LinkedList",
    "Binary Search Tree",
    "Graph",
    "Trie",
    "Heap",
    "Data Structure",
    "Sorting",
    "Algorithms",
    "Bubble Sort",
    "Selection Sort",
    "Insertation Sort",
    "Quick Sort",
    "Merge Sort",
    "Heap Sort"
  ],
  "author": "jatin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jatin-arora/npm/issues"
  },
  "homepage": "https://github.com/jatin-arora/npm#readme"
}
