{
  "name": "median",
  "version": "0.0.2",
  "description": "a small module for node and browser to calculate median",
  "main": "median.js",
  "scripts": {
    "test": "tap ./tests"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/lafikl/median"
  },
  "keywords": [
    "median",
    "browser",
    "browserify"
  ],
  "author": "Khalid Lafi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lafikl/median/issues"
  },
  "homepage": "https://github.com/lafikl/median",
  "devDependencies": {
    "tap": "~0.4.6"
  }
}
