{
  "name": "mergesort",
  "version": "0.0.1",
  "description": "Sort an array using the merge-sort algorithm.",
  "keywords": ["merge", "sort", "array", "stable", "node", "browser"],
  "homepage": "https://github.com/joaonuno/merge-sort-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/joaonuno/merge-sort-js.git"

  },
  "license": "MIT",
  "author": "João Nuno Silva <jnss81@gmail.com> (http://jnuno.com)",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "1.12.1",
    "chai": "1.7.2"
  }
}
